hm60x: Add lcd type information to debug info.

Change-Id: I09d30f9db6ac40cc92c22c637d560e4a3dcd50de
This commit is contained in:
Andrew Ryabinin 2013-03-25 16:04:48 +04:00
parent 575d00e3b7
commit b0eb3c7eb2
3 changed files with 13 additions and 5 deletions

View file

@ -23,5 +23,10 @@
#define LCD_TARGET_H
#define LCD_DATABUS_WIDTH LCDIF_16BIT
enum lcd_type_t
{
LCD_V1,
LCD_v2
};
#endif