mirror of
https://github.com/jscrane/r65emu.git
synced 2026-04-26 22:18:15 +00:00
bugfix
This commit is contained in:
+1
-1
@@ -101,6 +101,6 @@ void TFTDisplay::drawPixel(unsigned x, unsigned y, colour_t col) {
|
||||
utft.setColor(col);
|
||||
utft.drawPixel(x, y);
|
||||
#elif defined(USE_ESPI)
|
||||
espi.drawPixel(x, y, col);
|
||||
espi.drawPixel(_dx - x, y, col);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user