mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Disable LCD_FLIP and MORSE_INPUT on recorder to make it build
Disabling these two settings makes the image small enough to build again. Change-Id: I77c34c1e714fb6e132ed0ce39f0917779efe1125
This commit is contained in:
parent
0ad9df9625
commit
9ba57400c4
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
#define HAVE_LCD_BITMAP
|
||||
|
||||
/* define this if you can flip your LCD */
|
||||
#define HAVE_LCD_FLIP
|
||||
//#define HAVE_LCD_FLIP
|
||||
|
||||
/* define this if you can invert the colours on your LCD */
|
||||
#define HAVE_LCD_INVERT
|
||||
|
@ -48,7 +48,7 @@
|
|||
#define CONFIG_KEYPAD RECORDER_PAD
|
||||
|
||||
/* Define this to enable morse code input */
|
||||
#define HAVE_MORSE_INPUT
|
||||
//#define HAVE_MORSE_INPUT
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#define CONFIG_RTC RTC_M41ST84W
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue