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) {

0 commit comments

Comments
 (0)