Skip to content

Commit

Permalink
Bugfixes implemtented by si458:
Browse files Browse the repository at this point in the history
- remove ingress HA option
- fix textsize scroller
- get first interface with ipv4 or return 0.0.0.0 if none
  • Loading branch information
crismc committed Dec 31, 2023
1 parent 86b862a commit 8d3cfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion I2C_OLED/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
py3-pillow \
py3-smbus

RUN git clone -b v1.0.4 --single-branch --depth 1 https://github.com/crismc/rpi_i2c_oled.git /I2C_OLED
RUN git clone -b v1.0.5 --single-branch --depth 1 https://github.com/crismc/rpi_i2c_oled.git /I2C_OLED

COPY run.sh /
WORKDIR /data
Expand Down
2 changes: 1 addition & 1 deletion I2C_OLED/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "I2C OLED Display"
description: "This addon lets you display to your I2C OLED for a Raspberry Pi with an I2C SSD1306 0.91\" 128x32 OLED."
version: "1.0.4"
version: "1.0.5"
slug: "i2c_oled_display"
startup: services
boot: manual
Expand Down

0 comments on commit 8d3cfc8

Please sign in to comment.