mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
hm60x: Add lcd type information to debug info.
Change-Id: I09d30f9db6ac40cc92c22c637d560e4a3dcd50de
This commit is contained in:
parent
575d00e3b7
commit
b0eb3c7eb2
3 changed files with 13 additions and 5 deletions
|
|
@ -23,5 +23,10 @@
|
|||
#define LCD_TARGET_H
|
||||
|
||||
#define LCD_DATABUS_WIDTH LCDIF_16BIT
|
||||
enum lcd_type_t
|
||||
{
|
||||
LCD_V1,
|
||||
LCD_v2
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue