diff --git a/README.md b/README.md index 6ec6b7e..c04d1b4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.sh b/build.sh index d36cfcb..a5d3f85 100755 --- a/build.sh +++ b/build.sh @@ -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