summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
authorRoman Artiukhin <bahusdrive@gmail.com>2024-02-19 13:59:51 +0200
committerAidan MacDonald <amachronic@protonmail.com>2024-04-01 11:02:04 -0400
commitc36d7768c539921754dd26ded343a08e11ccc0f0 (patch)
tree2001649699a6d646f6d2fc4ec5400841ee293277 /firmware/export/config/sansae200v2.h
parent2570909e52b4121d69b0bc6638af8882dae87176 (diff)
downloadrockbox-c36d7768c539921754dd26ded343a08e11ccc0f0.tar.gz
rockbox-c36d7768c539921754dd26ded343a08e11ccc0f0.zip
Sansa e200v2: bootloader: fit size
Max allowed size: 120860 Old thumb build: 128494 New thumb build: 118514 (fits!) Disabled: Logo; alpha blending capabilities for bitmaps; Arm stack unwinder (backtrace); Related forum discussion: https://forums.rockbox.org/index.php/topic,54768.0.html Fixes FS#12380 Change-Id: I978720d795cb0ef5169103e467cf8386c21d8e93
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 00833d56a6..e7ff291cc7 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -65,14 +65,17 @@
65#define HAVE_LCD_SLEEP 65#define HAVE_LCD_SLEEP
66#define HAVE_LCD_SLEEP_SETTING 66#define HAVE_LCD_SLEEP_SETTING
67 */ 67 */
68#endif
69 68
70/* define this if you can flip your LCD */ 69/* define this if you can flip your LCD */
71#define HAVE_LCD_FLIP 70#define HAVE_LCD_FLIP
72 71
73/* define this if you can invert the colours on your LCD */ 72/* define this if you can invert the colours on your LCD */
74#define HAVE_LCD_INVERT 73#define HAVE_LCD_INVERT
75 74#else /* !BOOTLOADER */
75#define DISABLE_ALPHA_BITMAP
76#define DISABLE_LOGO
77#define DISABLE_BACKTRACE
78#endif /* !BOOTLOADER */
76/* put the lcd frame buffer in IRAM */ 79/* put the lcd frame buffer in IRAM */
77#define IRAM_LCDFRAMEBUFFER IBSS_ATTR 80#define IRAM_LCDFRAMEBUFFER IBSS_ATTR
78 81