mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 09:17:42 +03:00
- Correcting for the horizontal margin
This commit is contained in:
@@ -64,7 +64,7 @@ void loop() {
|
|||||||
WebsocketsMessage msg = client.readBlocking();
|
WebsocketsMessage msg = client.readBlocking();
|
||||||
uint32_t t = millis();
|
uint32_t t = millis();
|
||||||
|
|
||||||
TJpgDec.drawJpg(-30, yPos, (const uint8_t*)msg.c_str(), msg.length());
|
TJpgDec.drawJpg(-40, yPos, (const uint8_t*)msg.c_str(), msg.length());
|
||||||
|
|
||||||
t = millis() - t;
|
t = millis() - t;
|
||||||
Serial.print(t); Serial.println(" ms");
|
Serial.print(t); Serial.println(" ms");
|
||||||
|
|||||||
Reference in New Issue
Block a user