Skip to content

Commit cf8156b

Browse files
authored
docs(readme): list display drivers tested by the community (#155)
1 parent 0352acf commit cf8156b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,27 @@ 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
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

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

0 commit comments

Comments
 (0)