mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 17:33:00 +02:00
Allow screen rotation for T190
This commit is contained in:
+1
-1
@@ -852,7 +852,7 @@ void setup()
|
||||
/// st7789->setSPISpeed(3000000); /// default ~ 1000000
|
||||
|
||||
Serial.printf("Ready!\r\n");
|
||||
st7789->setRotation(1);
|
||||
st7789->setRotation(ROTATION);
|
||||
st7789->fillScreen(ST7789_BLACK);
|
||||
drawText(0, 0, "init >>> ", ST7789_WHITE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user