CHG: moved to header file

This commit is contained in:
iceman1001 2017-01-21 11:20:26 +01:00
commit 5b749dcb0e
2 changed files with 4 additions and 4 deletions

View file

@ -5,11 +5,7 @@
//-----------------------------------------------------------------------------
// LCD code
//-----------------------------------------------------------------------------
#include "proxmark3.h"
#include "apps.h"
#include "LCD.h"
#include "fonts.h"
void LCDSend(unsigned int data)
{

View file

@ -9,6 +9,10 @@
#ifndef __LCD_H
#define __LCD_H
#include "proxmark3.h"
#include "apps.h"
#include "fonts.h"
// The resolution of the LCD
#define LCD_XRES 132
#define LCD_YRES 132