Skip to content

Commit fa1b6cd

Browse files
committed
Mon Jun 14 14:10:30 EDT 2021
1 parent bab7165 commit fa1b6cd

File tree

162 files changed

+235
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+235
-302
lines changed

Components/emulator-launcher-odroid-go/components/hardware/src/display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
126126
};
127127
#endif
128128

129-
/*
130-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
131-
*/
132129
/*
133130
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
134131
*/
@@ -165,7 +162,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
165162
#endif
166163

167164
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
168-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
165+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
169166
{0x21, {0}, 0x80}, // <-- INVERT COLORS
170167
#endif
171168

Components/frodo-go/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
167167
};
168168
#endif
169169

170-
/*
171-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
172-
*/
173170
/*
174171
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
175172
*/
@@ -206,7 +203,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
206203
#endif
207204

208205
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
209-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
206+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
210207
{0x21, {0}, 0x80}, // <-- INVERT COLORS
211208
#endif
212209

Components/go-play/odroid-go-common/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
167167
};
168168
#endif
169169

170-
/*
171-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
172-
*/
173170
/*
174171
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
175172
*/
@@ -206,7 +203,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
206203
#endif
207204

208205
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
209-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
206+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
210207
{0x21, {0}, 0x80}, // <-- INVERT COLORS
211208
#endif
212209

Components/gogo/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
167167
};
168168
#endif
169169

170-
/*
171-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
172-
*/
173170
/*
174171
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
175172
*/
@@ -206,7 +203,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
206203
#endif
207204

208205
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
209-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
206+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
210207
{0x21, {0}, 0x80}, // <-- INVERT COLORS
211208
#endif
212209

Components/handy-go/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
170170
};
171171
#endif
172172

173-
/*
174-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
175-
*/
176173
/*
177174
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
178175
*/
@@ -209,7 +206,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
209206
#endif
210207

211208
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
212-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
209+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
213210
{0x21, {0}, 0x80}, // <-- INVERT COLORS
214211
#endif
215212

Components/odroid-go-firmware/main/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
138138
};
139139
#endif
140140

141-
/*
142-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
143-
*/
144141
/*
145142
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
146143
*/
@@ -177,7 +174,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
177174
#endif
178175

179176
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
180-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
177+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
181178
{0x21, {0}, 0x80}, // <-- INVERT COLORS
182179
#endif
183180

Components/odroid-go-handy/odroid-go-common/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
146146
};
147147
#endif
148148

149-
/*
150-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
151-
*/
152149
/*
153150
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
154151
*/
@@ -185,7 +182,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
185182
#endif
186183

187184
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
188-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
185+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
189186
{0x21, {0}, 0x80}, // <-- INVERT COLORS
190187
#endif
191188

Components/odroid-go-pcengine-huexpress/odroid-go-common/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
146146
};
147147
#endif
148148

149-
/*
150-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
151-
*/
152149
/*
153150
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
154151
*/
@@ -185,7 +182,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
185182
#endif
186183

187184
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
188-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
185+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
189186
{0x21, {0}, 0x80}, // <-- INVERT COLORS
190187
#endif
191188

Components/odroid-go-spectrum-emulator/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
146146
};
147147
#endif
148148

149-
/*
150-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
151-
*/
152149
/*
153150
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
154151
*/
@@ -185,7 +182,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
185182
#endif
186183

187184
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
188-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
185+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
189186
{0x21, {0}, 0x80}, // <-- INVERT COLORS
190187
#endif
191188

Components/pitpo/odroid-go-common/components/odroid/odroid_display.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
166166
};
167167
#endif
168168

169-
/*
170-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
171-
*/
172169
/*
173170
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
174171
*/
@@ -205,7 +202,7 @@ DRAM_ATTR static const ili_init_cmd_t ili_init_cmds[] = {
205202
#endif
206203

207204
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
208-
{0x36, {(MADCTL_MV | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
205+
{0x36, {(MADCTL_MX | MADCTL_MY | TFT_RGB_BGR)}, 1}, // Memory Access Control
209206
{0x21, {0}, 0x80}, // <-- INVERT COLORS
210207
#endif
211208

0 commit comments

Comments
 (0)