From 9a25f6b124ca9bca13c9519e2b8974b656bb47cf Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Fri, 20 Jun 2025 19:17:33 +0100 Subject: [PATCH] Add 32x64 SSD1306 --- .../i2c_output/oled32x64large/definition.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 components/i2c_output/oled32x64large/definition.json diff --git a/components/i2c_output/oled32x64large/definition.json b/components/i2c_output/oled32x64large/definition.json new file mode 100644 index 0000000..6a7c9c9 --- /dev/null +++ b/components/i2c_output/oled32x64large/definition.json @@ -0,0 +1,13 @@ +{ + "displayName": "32x64 OLED (Large Font)", + "published": true, + "vendor": "Generic", + "productURL": "https://www.adafruit.com/product/4650", + "documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing", + "description": "Monochrome 32x64 I2C OLED Display with a larger font size. (SSD1306)", + "i2cAddresses": [ "0x3D", "0x3C" ], + "outputType": "OLED", + "oledWidth": 32, + "oledHeight": 64, + "textSize": "SZ_LARGE" +}