X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e30c654b196a87a13ae7f7d4ced930b296c038ec..165b92dc3558e43e61c3625e748e15cb270e7ab3:/armsrc/LCD.h diff --git a/armsrc/LCD.h b/armsrc/LCD.h index 7c79fa0a..2643f66e 100644 --- a/armsrc/LCD.h +++ b/armsrc/LCD.h @@ -1,6 +1,18 @@ +//----------------------------------------------------------------------------- +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// LCD code +//----------------------------------------------------------------------------- + #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