an hardware monitor for PC stats, powered by arduino and rust
Find a file
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
.cargo build: init project with avr_hal setup and target 2022-08-10 03:44:15 +02:00
script feat: added leds and packet for net tx/rx 2022-08-11 02:48:36 +02:00
src fix: floating point is like 6k!!! added cmd for display 2022-08-13 04:43:25 +02:00
.editorconfig build: init project with avr_hal setup and target 2022-08-10 03:44:15 +02:00
.gitignore build: init project with avr_hal setup and target 2022-08-10 03:44:15 +02:00
.rustfmt.toml build: init project with avr_hal setup and target 2022-08-10 03:44:15 +02:00
avr-atmega328p.json build: init project with avr_hal setup and target 2022-08-10 03:44:15 +02:00
Cargo.toml fix: use correct lib, draw some initial gui 2022-08-12 23:33:43 +02:00