FreeCalypso > hg > fc-magnetite
comparison src/cs/drivers/drv_app/r2d/r2d_lcds.c @ 520:ea4daae6e1ce
R2D defenestration: LCD-specific include paths case-fixed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 17:11:50 +0000 |
parents | 945cf7f506b2 |
children |
comparison
equal
deleted
inserted
replaced
519:838eeafb0051 | 520:ea4daae6e1ce |
---|---|
42 ////////////////////////////////// | 42 ////////////////////////////////// |
43 // | 43 // |
44 // Include LCD dependent C code | 44 // Include LCD dependent C code |
45 // | 45 // |
46 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) | 46 #if (R2D_EMBEDDED_LCD == R2D_SIMPLE_LCD) |
47 #include "lcds/simple/R2D_simple_lcd_i.c" | 47 #include "lcds/Simple/R2D_simple_lcd_i.c" |
48 #endif | 48 #endif |
49 | 49 |
50 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) | 50 #if (R2D_EMBEDDED_LCD == R2D_PC_COLOR_LCD) |
51 #include "lcds/colorpc/R2D_pc_color_lcd_i.c" | 51 #include "lcds/ColorPC/R2D_pc_color_lcd_i.c" |
52 #endif | 52 #endif |
53 | 53 |
54 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) | 54 #if (R2D_EMBEDDED_LCD == R2D_PC_CSAMPLE) |
55 #include "lcds/pc_csample/R2D_pc_csample_lcd_i.c" | 55 #include "lcds/PC_CSAMPLE/R2D_pc_csample_lcd_i.c" |
56 #endif | 56 #endif |
57 | 57 |
58 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) | 58 #if (R2D_EMBEDDED_LCD == R2D_PC_DSAMPLE) |
59 #include "lcds/pc_dsample/R2D_pc_dsample_lcd_i.c" | 59 #include "lcds/PC_DSAMPLE/R2D_pc_dsample_lcd_i.c" |
60 #endif | 60 #endif |
61 | 61 |
62 | |
63 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) | 62 #if (R2D_EMBEDDED_LCD == R2D_MIRRORED_LCD) |
64 #include "lcds/simple/R2D_simple_lcd_i.c" | 63 #include "lcds/Simple/R2D_simple_lcd_i.c" |
65 #endif | 64 #endif |
66 | 65 |
67 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) | 66 #if (R2D_EMBEDDED_LCD == R2D_CUSTOMER_LCD) |
68 #include "lcds/customer/R2D_customer_lcd_i.c" | 67 #include "lcds/Customer/R2D_customer_lcd_i.c" |
69 #endif | 68 #endif |
70 | 69 |
71 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) | 70 #if (R2D_EMBEDDED_LCD == R2D_HORIZONTAL_LCD) |
72 #include "lcds/horizontal/R2D_horizontal_lcd_i.c" | 71 #include "lcds/Horizontal/R2D_horizontal_lcd_i.c" |
73 #endif | 72 #endif |
74 | 73 |
75 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) | 74 #if (R2D_EMBEDDED_LCD == R2D_BOARD_COLOR_LCD) |
76 #include "lcds/colorboard/R2D_board_color_lcd_i.c" | 75 #include "lcds/ColorBoard/R2D_board_color_lcd_i.c" |
77 #endif | 76 #endif |
78 | 77 |
79 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) | 78 #if (R2D_EMBEDDED_LCD == R2D_BOARD_DSAMPLE) |
80 #include "lcds/d_sample/R2D_board_dsample_lcd_i.c" | 79 #include "lcds/D_Sample/R2D_board_dsample_lcd_i.c" |
81 #endif | 80 #endif |
82 | 81 |
83 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) | 82 #if (R2D_EMBEDDED_LCD == R2D_BOARD_BW_DSAMPLE) |
84 #include "lcds/bw_d_sample/R2D_board_bw_dsample_lcd_i.c" | 83 #include "lcds/BW_D_Sample/R2D_board_bw_dsample_lcd_i.c" |
85 #endif | 84 #endif |