pc-monitor/src
alemidev 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
..
main.rs fix: floating point is like 6k!!! added cmd for display 2022-08-13 04:43:25 +02:00
packet.rs fix: floating point is like 6k!!! added cmd for display 2022-08-13 04:43:25 +02:00
utils.rs feat: added display code, basic packet handling 2022-08-10 23:02:04 +02:00