comparison src/cs/drivers/drv_app/r2d/r2d_refresh.c @ 45:c905daaff834

implemented 96x64 BW framebuffer config, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 21:30:59 +0000
parents 1821e301a65b
children 502a0a3f6a49
comparison
equal deleted inserted replaced
44:1821e301a65b 45:c905daaff834
69 69
70 #if defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) 70 #if defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE)
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)
75 #include "lcds/luna/r2d_task_i_96x64.c"
74 #else 76 #else
75 #error "R2D refresh selection: unsupported combination" 77 #error "R2D refresh selection: unsupported combination"
76 #endif 78 #endif