Skip to content

Commit

Permalink
Add information for SSD1309 display
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Dec 31, 2023
1 parent 7e0a0e1 commit 1c1fe23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added docs/assets/images/ssd1309-full.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/firmware/device_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The json file can contain multiple profiles. Each profile requires a name and di
| eth.mdio | number | Serial Management Interface MDIO Pin. Use -1 for not assigned pins. |
| eth.type | number | Possible values:<ul><li>0 = ETH_PHY_LAN8720</li><li>1 = ETH_PHY_TLK110</li><li>2 = ETH_PHY_RTL8201</li><li>3 = ETH_PHY_DP83848</li><li>4 = ETH_PHY_DM9051</li><li>5 = ETH_PHY_KSZ8041</li><li>6 = ETH_PHY_KSZ8081</li></ul> |
| eth.clk_mode | number | Possible values:<ul><li>0 = ETH_CLOCK_GPIO0_IN</li><li>1 = ETH_CLOCK_GPIO0_OUT</li><li>2 = ETH_CLOCK_GPIO16_OUT</li><li>3 = ETH_CLOCK_GPIO17_OUT</li></ul> |
| display.type | number | Specify type of display. Possible values:<ul><li>0 = None (default)</li><li>1 = PCD8544</li><li>2 = SSD1306</li><li>3 = SH1106</li></ul> |
| display.type | number | Specify type of display. Possible values:<ul><li>0 = None (default)</li><li>1 = PCD8544</li><li>2 = SSD1306</li><li>3 = SH1106</li><li>4 = SSD1309</li></ul> |
| display.data | number | Data Pin (e.g. SDA for i2c displays) required for all displays. Use 255 for not assigned pins. |
| display.clk | number | Clock Pin (e.g. SCL for i2c displays) required for SSD1306 and SH1106. Use 255 for not assigned pins. |
| display.cs | number | Chip Select Pin required for PCD8544. Use 255 for not assigned pins. |
Expand Down
8 changes: 8 additions & 0 deletions docs/hardware/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@

![SH1106](../assets/images/sh1106-full.png){width=300}

### OLED Display SSD1309

* Size: 2,42"
* Resolution: 128x64 pixel
* Supported bus: I²C

![SSD1309](../assets/images/ssd1309-full.jpg){width=300}

### LCD Display PCD8544

* Size: 2,7"
Expand Down

0 comments on commit 1c1fe23

Please sign in to comment.