Skip to content

Commit 405eabe

Browse files
committed
Thu Oct 22 09:23:15 EDT 2020 - prep for 2.7
1 parent 4490965 commit 405eabe

File tree

40 files changed

+2047
-79
lines changed

40 files changed

+2047
-79
lines changed

Assets/retro-esp32/logos/logo3d.gif

1.01 KB
Loading

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {
179179

180180
};
181181

182-
const uint16_t logo[12][64] = {
182+
#define BUILD "v.2.7"
183+
const uint16_t logo[12][64] = {
183184
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
184185
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
185186
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -382,6 +383,14 @@ const uint16_t FONT_5x7[7][250] = {
382383
}
383384
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
384385
//hud_text(x,y+18,"In Game Menu",false,false);
386+
387+
/*
388+
BUILD
389+
*/
390+
char message[100] = BUILD;
391+
int width = strlen(message)*5;
392+
int center = ceil((320)-(width))-32;
393+
hud_text(center,y,message,false,false);
385394
}
386395

387396
void hud_progress(char *string, bool bar) {

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {
179179

180180
};
181181

182-
const uint16_t logo[12][64] = {
182+
#define BUILD "v.2.7"
183+
const uint16_t logo[12][64] = {
183184
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
184185
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
185186
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -385,6 +386,14 @@ const uint16_t FONT_5x7[7][250] = {
385386
}
386387
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
387388
//hud_text(x,y+18,"In Game Menu",false,false);
389+
390+
/*
391+
BUILD
392+
*/
393+
char message[100] = BUILD;
394+
int width = strlen(message)*5;
395+
int center = ceil((320)-(width))-32;
396+
hud_text(center,y,message,false,false);
388397
}
389398

390399
void hud_progress(char *string, bool bar) {

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
206206
{65535,0,0,0,65535},
207207
};
208208

209-
const uint16_t logo[12][64] = {
209+
#define BUILD "v.2.7"
210+
const uint16_t logo[12][64] = {
210211
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
211212
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
212213
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
412413
}
413414
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
414415
//hud_text(x,y+18,"In Game Menu",false,false);
416+
417+
/*
418+
BUILD
419+
*/
420+
char message[100] = BUILD;
421+
int width = strlen(message)*5;
422+
int center = ceil((320)-(width))-32;
423+
hud_text(center,y,message,false,false);
415424
}
416425

417426
void hud_progress(char *string, bool bar) {

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ THEME GUI;
209209
{65535,0,0,0,65535},
210210
};
211211

212-
const uint16_t logo[12][64] = {
212+
#define BUILD "v.2.7"
213+
const uint16_t logo[12][64] = {
213214
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
214215
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
215216
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -415,6 +416,14 @@ THEME GUI;
415416
}
416417
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
417418
//hud_text(x,y+18,"In Game Menu",false,false);
419+
420+
/*
421+
BUILD
422+
*/
423+
char message[100] = BUILD;
424+
int width = strlen(message)*5;
425+
int center = ceil((320)-(width))-32;
426+
hud_text(center,y,message,false,false);
418427
}
419428

420429
void hud_progress(char *string, bool bar) {

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
206206
{65535,0,0,0,65535},
207207
};
208208

209-
const uint16_t logo[12][64] = {
209+
#define BUILD "v.2.7"
210+
const uint16_t logo[12][64] = {
210211
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
211212
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
212213
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
412413
}
413414
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
414415
//hud_text(x,y+18,"In Game Menu",false,false);
416+
417+
/*
418+
BUILD
419+
*/
420+
char message[100] = BUILD;
421+
int width = strlen(message)*5;
422+
int center = ceil((320)-(width))-32;
423+
hud_text(center,y,message,false,false);
415424
}
416425

417426
void hud_progress(char *string, bool bar) {

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {
179179

180180
};
181181

182-
const uint16_t logo[12][64] = {
182+
#define BUILD "v.2.7"
183+
const uint16_t logo[12][64] = {
183184
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
184185
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
185186
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -382,6 +383,14 @@ const uint16_t FONT_5x7[7][250] = {
382383
}
383384
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
384385
//hud_text(x,y+18,"In Game Menu",false,false);
386+
387+
/*
388+
BUILD
389+
*/
390+
char message[100] = BUILD;
391+
int width = strlen(message)*5;
392+
int center = ceil((320)-(width))-32;
393+
hud_text(center,y,message,false,false);
385394
}
386395

387396
void hud_progress(char *string, bool bar) {

Components/prosystem-odroid-go/components/odroid/odroid_hud.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ const uint16_t icons[55][5] = {
205205
{65535,0,0,0,65535},
206206
};
207207

208-
const uint16_t logo[12][64] = {
208+
#define BUILD "v.2.7"
209+
const uint16_t logo[12][64] = {
209210
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
210211
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
211212
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -411,6 +412,14 @@ const uint16_t icons[55][5] = {
411412
}
412413
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
413414
//hud_text(x,y+18,"In Game Menu",false,false);
415+
416+
/*
417+
BUILD
418+
*/
419+
char message[100] = BUILD;
420+
int width = strlen(message)*5;
421+
int center = ceil((320)-(width))-32;
422+
hud_text(center,y,message,false,false);
414423
}
415424

416425
void hud_progress(char *string, bool bar) {

Components/retro-go/components/odroid/odroid_hud.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
206206
{65535,0,0,0,65535},
207207
};
208208

209-
const uint16_t logo[12][64] = {
209+
#define BUILD "v.2.7"
210+
const uint16_t logo[12][64] = {
210211
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
211212
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
212213
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -409,6 +410,14 @@ const uint16_t icons[55][5] = {
409410
}
410411
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
411412
//hud_text(x,y+18,"In Game Menu",false,false);
413+
414+
/*
415+
BUILD
416+
*/
417+
char message[100] = BUILD;
418+
int width = strlen(message)*5;
419+
int center = ceil((320)-(width))-32;
420+
hud_text(center,y,message,false,false);
412421
}
413422

414423
void hud_progress(char *string, bool bar) {

Components/stella-odroid-go/components/odroid/odroid_hud.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
206206
{65535,0,0,0,65535},
207207
};
208208

209-
const uint16_t logo[12][64] = {
209+
#define BUILD "v.2.7"
210+
const uint16_t logo[12][64] = {
210211
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
211212
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
212213
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
412413
}
413414
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
414415
//hud_text(x,y+18,"In Game Menu",false,false);
416+
417+
/*
418+
BUILD
419+
*/
420+
char message[100] = BUILD;
421+
int width = strlen(message)*5;
422+
int center = ceil((320)-(width))-32;
423+
hud_text(center,y,message,false,false);
415424
}
416425

417426
void hud_progress(char *string, bool bar) {

Components/super-go-play/odroid-go-common/components/odroid/odroid_hud.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ THEME GUI;
179179

180180
};
181181

182-
const uint16_t logo[12][64] = {
182+
#define BUILD "v.2.7"
183+
const uint16_t logo[12][64] = {
183184
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
184185
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
185186
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -382,6 +383,14 @@ THEME GUI;
382383
}
383384
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
384385
//hud_text(x,y+18,"In Game Menu",false,false);
386+
387+
/*
388+
BUILD
389+
*/
390+
char message[100] = BUILD;
391+
int width = strlen(message)*5;
392+
int center = ceil((320)-(width))-32;
393+
hud_text(center,y,message,false,false);
385394
}
386395

387396
void hud_progress(char *string, bool bar) {

Configs/retro-esp/.com.apple.backupd.mdmv21729581

Lines changed: 0 additions & 16 deletions
This file was deleted.

Configs/retro-esp/.com.apple.backupd.mdmv21729638

Lines changed: 0 additions & 16 deletions
This file was deleted.

Emulators/handy-go/components/odroid/odroid_hud.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {
179179

180180
};
181181

182-
const uint16_t logo[12][64] = {
182+
#define BUILD "v.2.7"
183+
const uint16_t logo[12][64] = {
183184
{0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
184185
{0,0,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,0,0},
185186
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,0},
@@ -385,6 +386,14 @@ const uint16_t FONT_5x7[7][250] = {
385386
}
386387
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
387388
//hud_text(x,y+18,"In Game Menu",false,false);
389+
390+
/*
391+
BUILD
392+
*/
393+
char message[100] = BUILD;
394+
int width = strlen(message)*5;
395+
int center = ceil((320)-(width))-32;
396+
hud_text(center,y,message,false,false);
388397
}
389398

390399
void hud_progress(char *string, bool bar) {

Firmware/Assets/retro-esp32.jpg

6 Bytes
Loading

Firmware/Assets/retro-esp32.psd

50 Bytes
Binary file not shown.

Firmware/Assets/retro-esp32.raw

0 Bytes
Binary file not shown.

Firmware/Releases/odroid-go.zip

2.21 KB
Binary file not shown.
4.2 KB
Binary file not shown.

Firmware/Releases/retro-esp.zip

2.03 KB
Binary file not shown.
4.19 KB
Binary file not shown.

Launchers/.DS_Store

0 Bytes
Binary file not shown.

Launchers/gogo/sdkconfig

100755100644
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
3838
#
3939
# Serial flasher config
4040
#
41-
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV4"
41+
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AB0JESEO"
4242
CONFIG_ESPTOOLPY_BAUD_115200B=
4343
CONFIG_ESPTOOLPY_BAUD_230400B=
4444
CONFIG_ESPTOOLPY_BAUD_921600B=y
@@ -81,10 +81,12 @@ CONFIG_MONITOR_BAUD_OTHER_VAL=115200
8181
CONFIG_MONITOR_BAUD=115200
8282

8383
#
84-
# LCD Screen Driver
84+
# Retro ESP32 Configuration
8585
#
8686
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
8787
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
88+
CONFIG_DEFAULT_MENU_KEY=y
89+
CONFIG_COMBO_MENU_KEY=
8890

8991
#
9092
# Partition Table

Launchers/retro-esp32-next/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3+
# project subdirectory.
4+
#
5+
6+
PROJECT_NAME := retro-esp32-next
7+
8+
include $(IDF_PATH)/make/project.mk
9+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
menu "Retro ESP32 Configuration"
2+
choice LCD_DRIVER_CHIP
3+
prompt "LCD Driver Chip"
4+
default LCD_DRIVER_ILI9341
5+
help
6+
LCD Screen Driver
7+
8+
config LCD_DRIVER_ILI9341
9+
bool "ILI9341"
10+
11+
config LCD_DRIVER_ILI9342
12+
bool "ILI9342/C"
13+
14+
endchoice
15+
16+
choice MENU_HOT_KEYS
17+
prompt "MENU Key Options"
18+
default DEFAULT_MENU_KEY
19+
help
20+
Select Hot Key (Menu Button)
21+
22+
config DEFAULT_MENU_KEY
23+
bool "Odroid Go MENU Button"
24+
25+
config COMBO_MENU_KEY
26+
bool "START + SELECT as MENU button"
27+
28+
endchoice
29+
endmenu
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# Component Makefile
3+
#
4+
# This Makefile can be left empty. By default, it will take the sources in the
5+
# src/ directory, compile them and link them into lib(subdirectory_name).a
6+
# in the build directory. This behaviour is entirely configurable,
7+
# please read the ESP-IDF documents if you need to do this.
8+
#
9+
10+
#CFLAGS :=
11+
#COMPONENT_DEPENDS :=
12+
#COMPONENT_ADD_INCLUDEDIRS := .
13+
#COMPONENT_SRCDIRS := .

0 commit comments

Comments
 (0)