mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
hm60x: Add support for plugins.
Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
parent
8187d8d5d1
commit
397863ab3d
51 changed files with 492 additions and 3 deletions
|
|
@ -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) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue