From 3987af3e9d74cf2f399b242aa79e72d6bb874cd0 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 30 Apr 2024 21:31:16 -0700 Subject: [PATCH] adjust readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98ae549..10b591f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Initialization sequence: 0x00 0xaf # Turn on display ``` -Note that most real applications do a bunch of other things so as not to -assume any specific state on startup. +Note that most real applications do a bunch of other things so as not to assume +any specific state on startup. [Reference](https://github.com/adafruit/Adafruit_SSD1306/blob/master/Adafruit_SSD1306.cpp#L565-L616)