Victor M. Suarez
Victor M. Suarez
I am actually working on the tables, before working on the code, so that I had some idea of what the process would be like. Currently I'm looking through other...
Np, I wasn't trying to make it super accurate, but definitely a lot more than the current system. However I think I did see the chances of certain stairs being...
> The nice!view uses a LS011B7DH03 display which isn't compatible with the SSD1306 driver. That display does have an existing driver crate here: https://crates.io/crates/sharp-memory-display, but rumcake doesn't implement the DisplayDriver...
Let me know if you have any questions about any of the steps :D (still not done cooking but I'll try to respond as soon as I see it)
Amazon finally delivered :D, I should be able to actually look into a driver for the nice!view this week
Took longer than I wanted to, but I finally have it displaying something! :D I currently have a bug where not all pixels are filled in. The image above is...
Quick update, `sharp-memory-display` has a default feature for the wrong module, so one _has_ to go `default-features = false` before it can work for the nice!view 😅
Got started trying to add the code to support nice!view to rumcake, but... it doesn't build 😅 (got latest from main), I tried `cargo check -F nrf52840,usb,display` inside the `rumcake`...
Pretty sure I'm missing something in the command I'm running since I still can't build 😅 ``` error[E0432]: unresolved import `embassy_sync::blocking_mutex::raw::ThreadModeRawMutex` --> src/hw/mcu/nrf.rs:22:5 | 22 | use embassy_sync::blocking_mutex::raw::ThreadModeRawMutex; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
I knew I was forgetting something, got too used to having a `.cargo/config.toml` specifying that for me 😅 ~And that gave a different error 😅~ ``` error[E0432]: unresolved import `embassy_sync::blocking_mutex::thread_mode`...