mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
CHG: moved to header file
This commit is contained in:
parent
8be98f12e9
commit
5b749dcb0e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue