comparison src/cs/drivers/drv_app/r2d/r2d_pool_size.h @ 4:927e8b825ed1

remove hard C-Sample emulation for C139
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:42:08 +0000
parents 4e78acac3d88
children
comparison
equal deleted inserted replaced
3:67bfe9f274f6 4:927e8b825ed1
41 #if defined (_WINDOWS) 41 #if defined (_WINDOWS)
42 #define R2D_MB1_SIZE (4000) 42 #define R2D_MB1_SIZE (4000)
43 #else 43 #else
44 #define R2D_MB1_SIZE (3000) 44 #define R2D_MB1_SIZE (3000)
45 #endif 45 #endif
46 #elif ((BOARD == 7) || (BOARD == 8) || (BOARD == 9) || \ 46 #elif ((BOARD == 7) || (BOARD == 8) || (BOARD == 9))
47 defined(CONFIG_TARGET_C139))
48 /* #if ((R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) || (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD)) */ 47 /* #if ((R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) || (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD)) */
49 #define R2D_MB1_SIZE (2000) /* B or C-Sample with B&W LCD (default setting) */ 48 #define R2D_MB1_SIZE (2000) /* B or C-Sample with B&W LCD (default setting) */
50 /* #elif (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) */ 49 /* #elif (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) */
51 /* #define R2D_MB1_SIZE (3000) */ /* C-Sample with Color LCD */ 50 /* #define R2D_MB1_SIZE (3000) */ /* C-Sample with Color LCD */
52 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) 51 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43))