mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Create README.md
This commit is contained in:
5
source/Core/Threads/UI/README.md
Normal file
5
source/Core/Threads/UI/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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_.
|
||||
Reference in New Issue
Block a user