From f7daf5ade2e5b3e971e34720609278743608a71f Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Tue, 16 Sep 2014 01:48:02 +0100 Subject: [PATCH] Add a a configuration section to the OLED display documentation. --- docs/Display.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/Display.md b/docs/Display.md index 76f318a23..959a2aaab 100644 --- a/docs/Display.md +++ b/docs/Display.md @@ -2,10 +2,24 @@ Cleanflight supports displays to provide information to you about your aircraft and cleanflight state. +When the aircraft is armed the display does not update so flight is not affected. When disarmed the display +cycles between various pages. + +There is currently no way to change the information on the pages, the list of pages or the time between pages - Code submissions via pull-requests are welcomed! + ##Supported Hardware At this time no other displays are supported other than the SSD1306 / UG-2864HSWEG01. +## Configuration + +From the CLI enable the `DISPLAY` feature + +``` +feature DISPLAY +``` + + ### SSD1306 OLED displays The SSD1306 display is a 128x64 OLED display that is visible in full sunlight, small and consumes very little current. @@ -52,5 +66,4 @@ There are diagrams in the Wiring directory. Connect +5v, Ground, I2C SDA and I2C SCL from the flight controller to the display. - - +On Naze32 rev 5 boards the SDA and SCL pins are underneath the board.