fuze+: add lcd debug screen (display kind)

Change-Id: I08ffcfb8e4cf516aae1c23740eedf80d2cfcea41
This commit is contained in:
Amaury Pouly 2012-12-26 02:38:56 +01:00
parent 09e6b890e6
commit 7fddc2327b
3 changed files with 38 additions and 1 deletions

View file

@ -21,4 +21,6 @@
#ifndef LCD_TARGET_H
#define LCD_TARGET_H
bool lcd_debug_screen(void);
#endif /* LCD_TARGET_H */