Create README.md

This commit is contained in:
Ben V. Brown
2024-02-18 10:43:47 +11:00
parent 1b042fcf65
commit f58d7df839

View 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_.