mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-09 01:43:30 +01:00
Fix text
This commit is contained in:
parent
45f46704c9
commit
bda18a4a8b
@ -19,7 +19,7 @@
|
|||||||
RTC lib: https://github.com/adafruit/RTClib
|
RTC lib: https://github.com/adafruit/RTClib
|
||||||
Frequency lib: https://github.com/PaulStoffregen/FreqCount
|
Frequency lib: https://github.com/PaulStoffregen/FreqCount
|
||||||
|
|
||||||
Compiled with Arduino 1.8.13
|
Compiled with Arduino 1.8.16
|
||||||
|
|
||||||
Thanks to:
|
Thanks to:
|
||||||
MichlK - ROM Reader for Super Nintendo
|
MichlK - ROM Reader for Super Nintendo
|
||||||
|
@ -1150,8 +1150,8 @@ chooseMapper:
|
|||||||
display.setCursor(63, 20);
|
display.setCursor(63, 20);
|
||||||
println_Msg(units);
|
println_Msg(units);
|
||||||
println_Msg("");
|
println_Msg("");
|
||||||
println_Msg(F("Press to Change"));
|
println_Msg(F("Press left to change"));
|
||||||
println_Msg(F("Hold to Select"));
|
println_Msg(F("Press right to select"));
|
||||||
|
|
||||||
if (digit == 0) {
|
if (digit == 0) {
|
||||||
display.drawLine(20, 30, 30, 30, WHITE);
|
display.drawLine(20, 30, 30, 30, WHITE);
|
||||||
@ -1392,8 +1392,13 @@ void setPRGSize() {
|
|||||||
print_Msg(F("PRG Size: "));
|
print_Msg(F("PRG Size: "));
|
||||||
println_Msg(PRG[i]);
|
println_Msg(PRG[i]);
|
||||||
println_Msg(F(""));
|
println_Msg(F(""));
|
||||||
|
#if defined(enable_OLED)
|
||||||
|
println_Msg(F("Press left to change"));
|
||||||
|
println_Msg(F("Press right to select"));
|
||||||
|
#elif defined(enable_LCD)
|
||||||
println_Msg(F("Rotate to change"));
|
println_Msg(F("Rotate to change"));
|
||||||
println_Msg(F("Press to select"));
|
println_Msg(F("Press to select"));
|
||||||
|
#endif
|
||||||
display_Update();
|
display_Update();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user