From 60c0c07a7fb33c5303ee781b544e0aa36de2a8fe Mon Sep 17 00:00:00 2001 From: Paolo Calao Date: Wed, 25 May 2022 20:33:08 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 887cea8..a34ee4c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ It can be used as Arduino library, as micropython module and it could also be in | Environment | Board | Display | | ----------- | ---------------------- | ----------------------- | | micropython | arduino rp2040 connect | SSD1306, SH1106 | -| micropython | generic rp2040 | SSD1306, SH1106 | +| micropython | pico | SSD1306, SH1106 | | arduino | arduino rp2040 connect | SSD1306, SH1106 | | arduino | arduino nano 33 ble | SSD1306, SH1106, ST7735 | +

+ +

+ +Other schematics available in [target folder](src/target/). + + ### Hardware configuration **Arduino environment**: to set your configuration you need to modify the [hardware configuration](src/hardware/HwConfiguration.h) by commenting/uncommenting defines according to your needs.