comparison src/cs/drivers/drv_app/r2d/r2d_config.h @ 66:3d8f62baeca1

src/cs/drivers/drv_app/r2d/r2d_config.h: include case fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 20 Jul 2018 00:28:56 +0000
parents b6a5e36de839
children 7409b22cac61
comparison
equal deleted inserted replaced
65:3ba29033523a 66:3d8f62baeca1
127 Values used internally 127 Values used internally
128 128
129 *******************************/ 129 *******************************/
130 130
131 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) 131 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD)
132 #include "r2d/lcds/simple/r2d_simple_lcd_i.h" 132 #include "r2d/lcds/Simple/R2D_simple_lcd_i.h"
133 #endif 133 #endif
134 134
135 // Color LCD is just a simulation on PC and is using the 135 // Color LCD is just a simulation on PC and is using the
136 // color framebuffers 136 // color framebuffers
137 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) 137 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD)
138 #include "r2d/lcds/colorpc/r2d_pc_color_lcd_i.h" 138 #include "r2d/lcds/ColorPC/R2D_pc_color_lcd_i.h"
139 #endif 139 #endif
140 140
141 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) 141 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE)
142 #include "r2d/lcds/pc_csample/r2d_pc_csample_lcd_i.h" 142 #include "r2d/lcds/PC_CSAMPLE/R2D_pc_csample_lcd_i.h"
143 #endif 143 #endif
144 144
145 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) 145 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE)
146 #include "r2d/lcds/pc_dsample/r2d_pc_dsample_lcd_i.h" 146 #include "r2d/lcds/PC_DSAMPLE/R2D_pc_dsample_lcd_i.h"
147 #endif 147 #endif
148 148
149 // Color LCD is just a simulation on PC and is using the 149 // Color LCD is just a simulation on PC and is using the
150 // color framebuffers 150 // color framebuffers
151 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) 151 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD)
152 #include "r2d/lcds/mirrored/r2d_mirrored_lcd_i.h" 152 #include "r2d/lcds/Mirrored/R2D_mirrored_lcd_i.h"
153 #endif 153 #endif
154 154
155 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) 155 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD)
156 #include "r2d/lcds/customer/r2d_customer_lcd_i.h" 156 #include "r2d/lcds/Customer/R2D_customer_lcd_i.h"
157 #endif 157 #endif
158 158
159 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) 159 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD)
160 #include "r2d/lcds/horizontal/r2d_horizontal_lcd_i.h" 160 #include "r2d/lcds/Horizontal/R2D_horizontal_lcd_i.h"
161 #endif 161 #endif
162 162
163 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) 163 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD)
164 #include "r2d/lcds/colorboard/r2d_board_color_lcd_i.h" 164 #include "r2d/lcds/ColorBoard/R2D_board_color_lcd_i.h"
165 #endif 165 #endif
166 166
167 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) 167 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE)
168 #include "r2d/lcds/d_sample/r2d_board_dsample_i.h" 168 #include "r2d/lcds/D_Sample/R2D_board_dsample_i.h"
169 #endif 169 #endif
170 170
171 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) 171 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE)
172 #include "r2d/lcds/bw_d_sample/r2d_board_bw_dsample_i.h" 172 #include "r2d/lcds/BW_D_Sample/R2D_board_bw_dsample_i.h"
173 #endif 173 #endif
174 174
175 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) 175 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD)
176 #ifdef R2D_ASM 176 #ifdef R2D_ASM
177 #undef R2D_ASM 177 #undef R2D_ASM