From 84788936a631198f4ba5a1185300d7b726a7992a Mon Sep 17 00:00:00 2001 From: Kevin McAleer Date: Thu, 16 Jun 2022 10:13:50 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e518fe..4068d77 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Pico Dashboard A tiny dashboard solution for displaying data from an MQTT server + +## Notes +- This uses the [Pimoroni Pico Display Pack](https://shop.pimoroni.com/products/pico-display-pack?variant=32368664215635) or [Pimoroni Pico Display 2.0"](https://shop.pimoroni.com/products/pico-display-pack-2-0?variant=39374122582099), which use ST7789 display driver. +- I'm using the Pimoroni 'batteries included' MicroPython build so if you get a st7789 not found, this is why. Grab that from the Pimoroni website. From d71c3d7a5ebdb3011efb438edbf98faceb21a981 Mon Sep 17 00:00:00 2001 From: Kevin McAleer Date: Thu, 16 Jun 2022 11:04:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4068d77..d697bc5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pico Dashboard +# Pico Dashboard aka PiChart A tiny dashboard solution for displaying data from an MQTT server