From 3e8f61c0dfd01208f3fc3d25d9b96de53bf485a9 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Mon, 10 Feb 2020 20:48:21 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce38ff33..484bc6fe 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ SPI,width=,height=,cs=[,HFlip][,VFlip][driver=SSD1306|SSD1 ``` - VFlip and HFlip are optional can be used to change display orientation +Currently 128x32/64 I2C display like [this](https://www.buydisplay.com/i2c-blue-0-91-inch-oled-display-module-128x32-arduino-raspberry-pi) and [this][https://www.waveshare.com/wiki/1.3inch_OLED_HAT) are supported + The NVS parameter "metadata_config" sets how metadata is displayed for AirPlay and Bluetooth. Syntax is ``` [format=][,speed=] @@ -71,8 +73,6 @@ The NVS parameter "metadata_config" sets how metadata is displayed for AirPlay a - 'format' can contain free text and any of the 3 keywords %artist%, %album%, %title%. Using that format string, the keywords are replaced by their value to build the string to be displayed. Note that the plain text following a keyword that happens to be empty during playback of a track will be removed. For example, if you have set format=%artist% - %title% and there is no artist in the metadata then only will be displayed not " - <title>". -Currently 128x32/64 I2C display like [this](https://www.buydisplay.com/i2c-blue-0-91-inch-oled-display-module-128x32-arduino-raspberry-pi) and [this][https://www.waveshare.com/wiki/1.3inch_OLED_HAT) are supported - ### Set GPIO The parameter "set_GPIO" is use to set assign GPIO to various functions.