1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-07-25 10:24:05 +00:00

minor updates

This commit is contained in:
Stephen Crane
2014-11-13 14:10:11 +00:00
parent 5e5116229b
commit 8d28a52708
4 changed files with 13 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ bool hardware_reset() {
digitalWrite(TFT_BACKLIGHT, HIGH);
#endif
utft.InitLCD();
extern uint8_t SmallFont[];
utft.setFont(SmallFont);
_cpu->reset();
return sd;