libros
libros copied to clipboard
WIP: the new Open Book firmware
E.g. is something like https://wiki.ugfx.io/index.php/Font_rendering https://ugfx.io/overview worth testing? Are there better or other options? What's the main language of the project? Is it C, micropython, something else? It seems like...
It may be worth thinking about wireless features. PicoW has support for making access points and connecting to them, a feature where the pico offloads heavy processing for opening a...
I see your call to action :) I don't know how much time I have to contribute, but I'd just love to get somewhere to start. Thanks for what you...
`Finally, please note that at this time the pagination process is very fragile, so it can and may crash. If you see the Pi Pico’s green LED flashing, that means...
Share my notes on how to build for ESP-32 Given the sparse documentation, maybe someone else will find it useful...
This PR adds support for both old IL0398 and new GDEY042T81/SSD1683 e-paper displays on the Raspberry Pi Pico platform, with automatic hardware-based display detection. A substantial amount of this code...
Using the current versions of platformio libraries available today, I can't run `platformio run -e pico` without hitting ``` Compiling .pio/build/pico/src/platform/pico/stdlib.c.o In file included from src/platform/pico/sleep.c:9: /home/wes/.platformio/packages/framework-arduino-mbed/cores/arduino/mbed/targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/common/pico_stdlib/include/pico/stdlib.h:11:10: fatal error: pico/stdio.h:...