forgot to mention some stuff

This commit is contained in:
2026-04-28 22:33:56 +03:00
parent 21eca5db92
commit c5318d51fc

View File

@@ -1,10 +1,11 @@
# For MVP functionality # 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 - write a tester OS, basically a menu with tests to run
- finish tmpfs (rework the whole thing) - finish tmpfs (rework the whole thing)
- device info - device info
- finish `computer` components
- userdata support - userdata support
# To re-evaluate # To re-evaluate