From bf87fc9cb472966e3e0be38bae245a4a0c21ba36 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 1 Oct 2024 19:27:32 -0700 Subject: [PATCH] Added note on device use Added note on the voltage levels for the display. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e76c55..9377b04 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ - [BN-220 GPS ](https://www.amazon.com/Navigation-Raspberry-Betaflight-Geekstory-Shipping/dp/B07PRDY6DS?th=1) - [LSM303AGR Accelerometer + Compass](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/overview) +**NOTE:** + +The logic level and voltage supply for the LCD display need to be the same. +It's listed as needing to be 3.3v in the documentation. + ## Configuration The project can be configured to use a variety of hardware or differnt @@ -91,6 +96,7 @@ tree -L 1 6 directories, 7 files ``` + ## Project Dependencies - RadioHead RFM9x Library