FreeCalypso > hg > fc-selenite
comparison src/cs/drivers/drv_app/r2d/r2d_refresh.c @ 112:fdecfb3bd860
.../drv_app/r2d/r2d_*.c: LCD include case fixes from Magnetite
R2D is not used in Selenite, but we strive to keep the two source trees
in sync as much as possible to reduce the diffs.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Oct 2018 16:56:22 +0000 |
parents | b6a5e36de839 |
children | 6a53de2c4fc2 |
comparison
equal
deleted
inserted
replaced
111:97297555c71a | 112:fdecfb3bd860 |
---|---|
64 r2d_update_br_y=-1; | 64 r2d_update_br_y=-1; |
65 rvf_unlock_mutex(r2d_g_global_mutex); | 65 rvf_unlock_mutex(r2d_g_global_mutex); |
66 } | 66 } |
67 | 67 |
68 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) | 68 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) |
69 #include "lcds/colorpc/r2d_task_i.c" | 69 #include "lcds/ColorPC/r2d_task_i.c" |
70 #endif | 70 #endif |
71 | 71 |
72 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) | 72 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) |
73 #include "lcds/pc_csample/r2d_task_i.c" | 73 #include "lcds/PC_CSAMPLE/r2d_task_i.c" |
74 #endif | 74 #endif |
75 | 75 |
76 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) | 76 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) |
77 #include "lcds/pc_dsample/r2d_task_i.c" | 77 #include "lcds/PC_DSAMPLE/r2d_task_i.c" |
78 #endif | 78 #endif |
79 | 79 |
80 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) | 80 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) |
81 #include "lcds/simple/r2d_task_i.c" | 81 #include "lcds/Simple/r2d_task_i.c" |
82 #endif | 82 #endif |
83 | 83 |
84 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) | 84 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) |
85 #ifdef CONFIG_TARGET_C139 | 85 #ifdef CONFIG_TARGET_C139 |
86 #include "lcds/c139/r2d_task_i.c" | 86 #include "lcds/c139/r2d_task_i.c" |
87 #else | 87 #else |
88 #include "lcds/simple/r2d_task_i.c" | 88 #include "lcds/Simple/r2d_task_i.c" |
89 #endif | 89 #endif |
90 #endif | 90 #endif |
91 | 91 |
92 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) | 92 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) |
93 #include "lcds/customer/r2d_task_i.c" | 93 #include "lcds/Customer/r2d_task_i.c" |
94 #endif | 94 #endif |
95 | 95 |
96 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) | 96 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) |
97 #include "lcds/horizontal/r2d_task_i.c" | 97 #include "lcds/Horizontal/r2d_task_i.c" |
98 #endif | 98 #endif |
99 | 99 |
100 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) | 100 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) |
101 #include "lcds/colorboard/r2d_task_i.c" | 101 #include "lcds/ColorBoard/r2d_task_i.c" |
102 #endif | 102 #endif |
103 | 103 |
104 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) | 104 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) |
105 #include "lcds/d_sample/r2d_task_i.c" | 105 #include "lcds/D_Sample/r2d_task_i.c" |
106 #endif | 106 #endif |
107 | 107 |
108 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) | 108 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) |
109 #include "lcds/bw_d_sample/r2d_task_i.c" | 109 #include "lcds/BW_D_Sample/r2d_task_i.c" |
110 #endif | 110 #endif |
111 | 111 |