Skip to content

Commit 8f2aa89

Browse files
authored
Config file for sh1106 and st7789 (waveshare hat versions) (rm-hull#143)
* Config file for st7789 (waveshare hat version) * Config file for sh1106 (waveshare hat version) * Rename sh1106.conf to ssh1106-waveshare.conf
1 parent 0eab29e commit 8f2aa89

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CONTRIBUTING.rst

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Contributors
1818
* Saumyakanta Sahoo (@somu1795)
1919
* Michael Svanström (@squeezeday)
2020
* Tomislav Kopić (@Tkopic001)
21+
* Maciej Sokolowski (@matemaciek)

conf/ssh1106-waveshare.conf

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--display=sh1106
2+
--interface=spi

conf/st7789.conf

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--display=st7789
2+
--interface=spi
3+
--spi-bus-speed=52000000
4+
--gpio-reset=27
5+
--gpio-data-command=25
6+
--gpio-backlight=24
7+
--backlight-active=high
8+
--rotate=3

0 commit comments

Comments
 (0)