From f58d7df839cfaadf4569cf3a4d421ee79cb63fb6 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 18 Feb 2024 10:43:47 +1100 Subject: [PATCH] Create README.md --- source/Core/Threads/UI/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/Core/Threads/UI/README.md diff --git a/source/Core/Threads/UI/README.md b/source/Core/Threads/UI/README.md new file mode 100644 index 00000000..8805fa20 --- /dev/null +++ b/source/Core/Threads/UI/README.md @@ -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_.