From c5318d51fcc912f4489d5350238138a84dc7b370 Mon Sep 17 00:00:00 2001 From: ionut Date: Tue, 28 Apr 2026 22:33:56 +0300 Subject: [PATCH] forgot to mention some stuff --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index f12378a..c5e5102 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,11 @@ # For MVP functionality -- add brightness to screens, which power usage scales with, each different tier has a different max brightness as well +- make `computer` component use callbacks +- make a lot of stuff which likely will need to be indirect actually be indirect (modem comms, computer funcs) +- make beeps, power, etc. be callbacks on one shared local state (computer environment) - write a tester OS, basically a menu with tests to run - finish tmpfs (rework the whole thing) - device info -- finish `computer` components - userdata support # To re-evaluate