summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index 0e980139bf..ce225139ef 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -258,14 +258,12 @@ sub gettargetinfo {
258 # Get the LCD screen depth and graphical status 258 # Get the LCD screen depth and graphical status
259 print GCC <<STOP 259 print GCC <<STOP
260\#include "config.h" 260\#include "config.h"
261#ifdef HAVE_LCD_BITMAP
262Bitmap: yes 261Bitmap: yes
263Depth: LCD_DEPTH 262Depth: LCD_DEPTH
264LCD Width: LCD_WIDTH 263LCD Width: LCD_WIDTH
265LCD Height: LCD_HEIGHT 264LCD Height: LCD_HEIGHT
266Icon Width: CONFIG_DEFAULT_ICON_WIDTH 265Icon Width: CONFIG_DEFAULT_ICON_WIDTH
267Icon Height: CONFIG_DEFAULT_ICON_HEIGHT 266Icon Height: CONFIG_DEFAULT_ICON_HEIGHT
268#endif
269#ifdef HAVE_REMOTE_LCD 267#ifdef HAVE_REMOTE_LCD
270Remote Depth: LCD_REMOTE_DEPTH 268Remote Depth: LCD_REMOTE_DEPTH
271Remote Icon Width: CONFIG_REMOTE_DEFAULT_ICON_WIDTH 269Remote Icon Width: CONFIG_REMOTE_DEFAULT_ICON_WIDTH