hm60x: Add support for plugins.

Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
Andrew Ryabinin 2012-03-23 22:32:50 +04:00
parent 8187d8d5d1
commit 397863ab3d
51 changed files with 492 additions and 3 deletions

View file

@ -14,6 +14,7 @@ clock
#if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \
&& (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
&& (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \
&& (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
&& (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
&& (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \