n5110_crash_fix_127

This commit is contained in:
e2002
2023-03-26 21:28:22 +03:00
parent 4c9f1bdbb0
commit d2193350f8
8 changed files with 21 additions and 9 deletions

View File

@@ -180,8 +180,9 @@ void DspCore::clearClock(){
void DspCore::loop(bool force) {
if(digitalRead(TFT_CS)==LOW) return;
display();
delay(5);
delay(10);
}
void DspCore::charSize(uint8_t textsize, uint8_t& width, uint16_t& height){