File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,27 @@ 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
266+ (requires enabling ` epd-waveshare ` feature)
267+ - [ weact-studio-epd] ( https://crates.io/crates/weact-studio-epd ) for e-paper displays
268+ from WeAct Studio (requires enabling ` epd-weact ` feature)
269+
270+ Send a pull request to add your microcontroller or display driver here!
271+
257272## Docs
258273
259274Full API docs are available on [ docs.rs] ( https://docs.rs/mousefood ) .
You can’t perform that action at this time.
0 commit comments