- Code: Select all | TOGGLE FULL SIZE
import adafruit_rgb_display.ili9341 as ili9341
A similar line causes the Segmentation fault:
- Code: Select all | TOGGLE FULL SIZE
import adafruit_rgb_display.st7789 as st7789
I tried reinstalling the adafruit_circuitpython_rgb_display library, even with --force-install, but the same Segmentation Fault is being thrown.
So, what else can I try? Or, is the library just borked?
Thanks for a quick reply...