comparison src/cs/drivers/drv_app/r2d/r2d_refresh.c @ 47:502a0a3f6a49

C139 LCD support reinstated in the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Oct 2020 02:03:10 +0000
parents c905daaff834
children
comparison
equal deleted inserted replaced
46:09cdd5bf04e4 47:502a0a3f6a49
71 #include "lcds/luna/r2d_task_i.c" 71 #include "lcds/luna/r2d_task_i.c"
72 #elif defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) 72 #elif defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE)
73 #include "lcds/luna/r2d_task_i_bw.c" 73 #include "lcds/luna/r2d_task_i_bw.c"
74 #elif defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW) 74 #elif defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW)
75 #include "lcds/luna/r2d_task_i_96x64.c" 75 #include "lcds/luna/r2d_task_i_96x64.c"
76 #elif defined(CONFIG_TARGET_C139) && (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW)
77 #include "lcds/c139/r2d_task_i.c"
76 #else 78 #else
77 #error "R2D refresh selection: unsupported combination" 79 #error "R2D refresh selection: unsupported combination"
78 #endif 80 #endif