improved the README.md a bit.

main
dettus 2022-01-16 23:22:38 +01:00
rodzic fe9e3421d4
commit 967252403c
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ IF YOU HAVE A NEW BOARD, PLEASE DO NOT HESITATE TO SEND ME THE MAPPING.
dettus@dettus.net, make sure to include "OLEDTEST" somewhere in the subject line.
# RUNNING
Just run ./oledtest.app and watch the display. It should show you two alternating bitmaps.
Just run sudo ./oledtest.app and watch the display. It should show you two alternating bitmaps.
If it complains about a GPIO pin -1, your sysfs mapping does not work with the OLED hat.
Then you have to do some rewiring. You need to find 7 GPIO pins which are free.

Wyświetl plik

@ -17,3 +17,4 @@
#SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
gcc -O3 -o oledtest.app oledtest.c
ls -l oledtest.app