CHG: moved to header file
This commit is contained in:
@@ -5,11 +5,7 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// LCD code
|
// LCD code
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "proxmark3.h"
|
|
||||||
#include "apps.h"
|
|
||||||
#include "LCD.h"
|
#include "LCD.h"
|
||||||
#include "fonts.h"
|
|
||||||
|
|
||||||
void LCDSend(unsigned int data)
|
void LCDSend(unsigned int data)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
#ifndef __LCD_H
|
#ifndef __LCD_H
|
||||||
#define __LCD_H
|
#define __LCD_H
|
||||||
|
|
||||||
|
#include "proxmark3.h"
|
||||||
|
#include "apps.h"
|
||||||
|
#include "fonts.h"
|
||||||
|
|
||||||
// The resolution of the LCD
|
// The resolution of the LCD
|
||||||
#define LCD_XRES 132
|
#define LCD_XRES 132
|
||||||
#define LCD_YRES 132
|
#define LCD_YRES 132
|
||||||
|
|||||||
Reference in New Issue
Block a user