mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue