1
0
forked from me/IronOS
Files
IronOS/source/Core/Threads/UI
neon12345 dfbf45a1c4 Update Soldering.cpp
fix timed locked warning based on review comments with additional state7 field.
2024-08-06 13:54:33 +02:00
..
2024-07-24 19:06:26 +10:00
2024-08-06 13:54:33 +02:00

UI

The User interface for IronOS is split into two halves in these folders. The logic folder contains the .cpp files that implement the logic of each mode, this should handle button events and any logic. The drawing folder contains the .cpp files that implement just the screen drawing for each mode. These are further subdivided by the screen types.