Search found 2 matches

by Blitz54
Fri Oct 22, 2021 5:45 am
Forum: ESP32 Arduino
Topic: Huge newbie with disgusting spaghetti code, ESP32 freezes
Replies: 3
Views: 2956

Re: Huge newbie with disgusting spaghetti code, ESP32 freezes

Thanks for the spaghetti-code warning. I've seen people post worse while not seeing any problem with it... My guess would be that the TFT code is not re-entrant, that is, you cannot have two tasks call something that writes to the TFT at the same time as the two calls will interfere. I think you ma...
by Blitz54
Thu Oct 21, 2021 6:35 am
Forum: ESP32 Arduino
Topic: Huge newbie with disgusting spaghetti code, ESP32 freezes
Replies: 3
Views: 2956

Huge newbie with disgusting spaghetti code, ESP32 freezes

Alright. I'll start off by saying I'm sorry for the pain I will cause some of you. I know my code is gonna be painful for some of you, and there's a few incomplete parts, but what matters is it works... but now it doesn't, which is why I'm here. I started off with an Arduino Mega and an TFT 9486. Ev...