Skip to content

Commit df6d482

Browse files
committed
readme: List displays drivers tested by the community
1 parent 21018ed commit df6d482

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,25 @@ which can make the resulting binary even larger.
248248
Mousefood is hardware-agnostic.
249249
Successfully 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

259272
Full API docs are available on [docs.rs](https://docs.rs/mousefood).

0 commit comments

Comments
 (0)