Commit graph

3 commits

Author SHA1 Message Date
ed96292606
fix: floating point is like 6k!!! added cmd for display
adding a proper floating point operation added something like 6 kb to
the resulting bin size, which is not acceptable, I'm pretty tight with
the graphics library! Also added a separate packet/command for
refreshing the display directly, and stopped redrawing the display for
each led update. This allows for a mixed experience, with smooth leds
with "hiccups" and a slow updating display.
2022-08-13 04:43:25 +02:00
0eb1ec059a
feat: added leds and packet for net tx/rx 2022-08-11 02:48:36 +02:00
def620665e
feat: added display code, basic packet handling
added a super basic packet handling mechanism with a tiny buffer,
allowing for easier expansion later on. Added display code, waiting for
actual display to test, improved the cpu load script
2022-08-10 23:02:04 +02:00