diff 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
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/r2d/r2d_refresh.c	Sat Oct 17 22:50:15 2020 +0000
+++ b/src/cs/drivers/drv_app/r2d/r2d_refresh.c	Sun Oct 18 02:03:10 2020 +0000
@@ -73,6 +73,8 @@
   #include "lcds/luna/r2d_task_i_bw.c"
 #elif defined(CONFIG_TARGET_LUNA) && (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW)
   #include "lcds/luna/r2d_task_i_96x64.c"
+#elif defined(CONFIG_TARGET_C139) && (R2D_EMBEDDED_LCD == R2D_FB_96x64_BW)
+  #include "lcds/c139/r2d_task_i.c"
 #else
   #error "R2D refresh selection: unsupported combination"
 #endif