From 4ef49c8758abdf1e8aa9bfef0d87103469dfcc74 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Thu, 5 Nov 2020 14:08:23 +0000 Subject: [PATCH] README: clarify height comment. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70a781f..fb60694 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,8 @@ The `gui/demos` directory contains test/demo scripts. * `color15.py` Similar for Adafruit 1.27 inch and 1.5 inch color OLEDs. Edit the `height = 96` line as per the comment for the larger display. -Demos for Adafruit 1.27 inch and 1.5 inch color OLEDs. Edit the `height = 96` -line as per the code comment for the larger display. +Demos for Adafruit 1.27 inch and 1.5 inch color OLEDs. These will run on either +display so long as `color_setup.py` has the correct `height` value. * `aclock.py` Analog clock demo. Cross platform. * `alevel.py` Spirit level using Pyboard accelerometer. * `fpt.py` Plot demo. Cross platform.