File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,25 @@ which can make the resulting binary even larger.
248248Mousefood is hardware-agnostic.
249249Successfully tested on:
250250
251+ ### Microcontrollers
252+
251253- ESP32 (Xtensa)
252254- ESP32-C6 (RISC-V)
253255- STM32
254256- RP2040
255257- RP2350
256258
259+ ### Display drivers
260+
261+ For every driver, the list of displays is not exhaustive.
262+
263+ - [ ssd1306] ( https://crates.io/crates/ssd1306 ) for SSD1306
264+ - [ mipidsi] ( https://crates.io/crates/mipidsi ) for ILI9341, ST7735, etc
265+ - [ epd-waveshare] ( https://crates.io/crates/epd-waveshare ) for e-paper displays from Waveshare, requires mousefood feature ` epd-waveshare `
266+ - [ weact-studio-epd] ( https://crates.io/crates/weact-studio-epd ) for e-paper displays from WeAct Studio, requires mousefood feature ` epd-weact `
267+
268+ Send a pull request to add your microcontroller or display driver here!
269+
257270## Docs
258271
259272Full API docs are available on [ docs.rs] ( https://docs.rs/mousefood ) .
You can’t perform that action at this time.
0 commit comments