RedHawk
2b02a786fa
Menu & UI: [ #25 , #35 ] Fixed UI.
...
*String in Menu are static. Temperature is limited by -99 and 99 bounds.
*UserInterface cleaned a bit.
2023-05-10 13:11:41 +03:00
RedHawk
ea1139567a
UI: [ #35 ] Fixing issues.
...
*Send UserInterface::InterfaceWithData in the queue instead of Event.
*Remove pointer madness for LCD.
*Timeout for Idle Event from Master thread.
2023-05-09 01:14:47 +03:00
RedHawk
f0bbfb22ab
Menu & UI: [ #25 , #35 ]Communication between these tasks.
...
* The code is a mess for now. I'm not sure if there is any reason to
send a whole event to UI, it's better to send InterfaceWithData.
* Sending to queue from Menu isn't great as well.
2023-05-08 16:09:31 +03:00
RedHawk
20fe16b46e
UI: [ #35 ] Added UserInterface task.
2023-05-08 15:35:16 +03:00