We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726f209 commit ee9cc4dCopy full SHA for ee9cc4d
README.md
@@ -1,2 +1,9 @@
1
# NRF24LE1OLED
2
Library for interfacing NRF24LE1 to a 0.96inch OLED 128x64 I2C SSD1306 screen
3
+
4
+This library is a conversion of Smart Prototyping's OLED.txt from here
5
+http://www.smart-prototyping.com/image/data/2_components/Arduino/100952%20OLED%200.96inch%2012864%20display%20module%20blue/OELD.txt
6
7
+The original library uses bitbang and interfaces to a SPI display.
8
+This library replaces the bitbang with NRF24LE1 I2C.
9
0 commit comments