mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 05:04:46 +00:00
Gotta keep height and width in expected order
This commit is contained in:
parent
ae9c062dc9
commit
56c1ba037a
@ -474,7 +474,7 @@ void Screen::setup()
|
|||||||
|
|
||||||
// === Turn on display and trigger first draw ===
|
// === Turn on display and trigger first draw ===
|
||||||
handleSetOn(true);
|
handleSetOn(true);
|
||||||
determineResolution(dispdev->width(), dispdev->height());
|
determineResolution(dispdev->height(), dispdev->width());
|
||||||
ui->update();
|
ui->update();
|
||||||
#ifndef USE_EINK
|
#ifndef USE_EINK
|
||||||
ui->update(); // Some SSD1306 clones drop the first draw, so run twice
|
ui->update(); // Some SSD1306 clones drop the first draw, so run twice
|
||||||
|
Loading…
Reference in New Issue
Block a user