hwvenancio
Results
2
comments of
hwvenancio
I found a solution. On ViewShot.java where you have the following code: ```java final Canvas c = new Canvas(bitmap); view.draw(c); ``` Force it to run on the UI Thread: ```java...
Was this issue fixed? I'm getting the following error when testing pi4j 2.x on my Raspberry Pi Zero W (ARMv6): ``` ... Caused by: com.pi4j.library.pigpio.PiGpioException: PIGPIO ERROR: PI_INIT_FAILED; pigpio initialisation...