mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-21 12:29:51 +00:00
bugfix
This commit is contained in:
parent
d80a4b0da2
commit
c7ffcc56e4
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user