Skip to content

Commit 02abe87

Browse files
committed
Moved default branch to main
1 parent 131f972 commit 02abe87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Contributing
8181
============
8282

8383
Contributions are welcome! Please read our `Code of Conduct
84-
<https://github.com/adafruit/Adafruit_CircuitPython_SSD1325/blob/master/CODE_OF_CONDUCT.md>`_
84+
<https://github.com/adafruit/Adafruit_CircuitPython_SSD1325/blob/main/CODE_OF_CONDUCT.md>`_
8585
before contributing to help this project stay welcoming.
8686

8787
Documentation

adafruit_ssd1325.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
b"\xa8\x01\x3f" # Mux ratio is 1/64
3737
b"\xa1\x01\x00" # Display start line is 0
3838
b"\xa2\x01\x4c" # Display offset is 0
39-
b"\xad\x01\x02" # set master config
39+
b"\xad\x01\x02" # set main config
4040
b"\xa0\x01\x50" # remap memory
4141
b"\x86\x00" # set current
4242
b"\xb8\x08\x01\x11\x22\x32\x43\x54\x65\x76" # Set graytable

0 commit comments

Comments
 (0)