Skip to content

Commit

Permalink
Thu Oct 22 09:23:15 EDT 2020 - prep for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
32teeth committed Oct 22, 2020
1 parent 4490965 commit 405eabe
Show file tree
Hide file tree
Showing 40 changed files with 2,047 additions and 79 deletions.
Binary file modified Assets/retro-esp32/logos/logo3d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {

};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -382,6 +383,14 @@ const uint16_t FONT_5x7[7][250] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
11 changes: 10 additions & 1 deletion Components/handy-go/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {

};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -385,6 +386,14 @@ const uint16_t FONT_5x7[7][250] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ THEME GUI;
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -415,6 +416,14 @@ THEME GUI;
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
11 changes: 10 additions & 1 deletion Components/pitpo/odroid-go-common/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {

};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -382,6 +383,14 @@ const uint16_t FONT_5x7[7][250] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
11 changes: 10 additions & 1 deletion Components/prosystem-odroid-go/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ const uint16_t icons[55][5] = {
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -411,6 +412,14 @@ const uint16_t icons[55][5] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
11 changes: 10 additions & 1 deletion Components/retro-go/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -409,6 +410,14 @@ const uint16_t icons[55][5] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
11 changes: 10 additions & 1 deletion Components/stella-odroid-go/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ const uint16_t icons[55][5] = {
{65535,0,0,0,65535},
};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -412,6 +413,14 @@ const uint16_t icons[55][5] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ THEME GUI;

};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -382,6 +383,14 @@ THEME GUI;
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
16 changes: 0 additions & 16 deletions Configs/retro-esp/.com.apple.backupd.mdmv21729581

This file was deleted.

16 changes: 0 additions & 16 deletions Configs/retro-esp/.com.apple.backupd.mdmv21729638

This file was deleted.

11 changes: 10 additions & 1 deletion Emulators/handy-go/components/odroid/odroid_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ const uint16_t FONT_5x7[7][250] = {

};

const uint16_t logo[12][64] = {
#define BUILD "v.2.7"
const uint16_t logo[12][64] = {
{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},
{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},
{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},
Expand Down Expand Up @@ -385,6 +386,14 @@ const uint16_t FONT_5x7[7][250] = {
}
ili9341_write_frame_rectangleLE(x, y, w, h, buffer);
//hud_text(x,y+18,"In Game Menu",false,false);

/*
BUILD
*/
char message[100] = BUILD;
int width = strlen(message)*5;
int center = ceil((320)-(width))-32;
hud_text(center,y,message,false,false);
}

void hud_progress(char *string, bool bar) {
Expand Down
Binary file modified Firmware/Assets/retro-esp32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Firmware/Assets/retro-esp32.psd
Binary file not shown.
Binary file modified Firmware/Assets/retro-esp32.raw
Binary file not shown.
Binary file modified Firmware/Releases/odroid-go.zip
Binary file not shown.
Binary file modified Firmware/Releases/odroid-go/Retro ESP32.fw
Binary file not shown.
Binary file modified Firmware/Releases/retro-esp.zip
Binary file not shown.
Binary file modified Firmware/Releases/retro-esp/Retro ESP32.fw
Binary file not shown.
Binary file modified Launchers/.DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions Launchers/gogo/sdkconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV4"
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AB0JESEO"
CONFIG_ESPTOOLPY_BAUD_115200B=
CONFIG_ESPTOOLPY_BAUD_230400B=
CONFIG_ESPTOOLPY_BAUD_921600B=y
Expand Down Expand Up @@ -81,10 +81,12 @@ CONFIG_MONITOR_BAUD_OTHER_VAL=115200
CONFIG_MONITOR_BAUD=115200

#
# LCD Screen Driver
# Retro ESP32 Configuration
#
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
CONFIG_DEFAULT_MENU_KEY=y
CONFIG_COMBO_MENU_KEY=

#
# Partition Table
Expand Down
9 changes: 9 additions & 0 deletions Launchers/retro-esp32-next/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := retro-esp32-next

include $(IDF_PATH)/make/project.mk

29 changes: 29 additions & 0 deletions Launchers/retro-esp32-next/components/spi_lcd/Kconfig.projbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
menu "Retro ESP32 Configuration"
choice LCD_DRIVER_CHIP
prompt "LCD Driver Chip"
default LCD_DRIVER_ILI9341
help
LCD Screen Driver

config LCD_DRIVER_ILI9341
bool "ILI9341"

config LCD_DRIVER_ILI9342
bool "ILI9342/C"

endchoice

choice MENU_HOT_KEYS
prompt "MENU Key Options"
default DEFAULT_MENU_KEY
help
Select Hot Key (Menu Button)

config DEFAULT_MENU_KEY
bool "Odroid Go MENU Button"

config COMBO_MENU_KEY
bool "START + SELECT as MENU button"

endchoice
endmenu
13 changes: 13 additions & 0 deletions Launchers/retro-esp32-next/components/spi_lcd/component.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Component Makefile
#
# This Makefile can be left empty. By default, it will take the sources in the
# src/ directory, compile them and link them into lib(subdirectory_name).a
# in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#

#CFLAGS :=
#COMPONENT_DEPENDS :=
#COMPONENT_ADD_INCLUDEDIRS := .
#COMPONENT_SRCDIRS := .
Loading

0 comments on commit 405eabe

Please sign in to comment.