-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/kevinmcaleer/pico_dashboard
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Pico Dashboard | ||
# Pico Dashboard aka PiChart | ||
|
||
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. |