Anyone installed this cool display?
https://github.com/neil-morrison44/MiSTer_tty2pico
I need some help if anyone has any insight.
I've got the RoundyPi, which meets all the hardware requirements, flashed it with the firmware from the github repository.
I can dmesg | grep tty from the console and the MiSTer sees: cdc_acm 1-1.6:1.0 ttyACM0: USB ACM device
Changed the options in fat/tty2oled/tty2oled-user.ini to:
TTYDEV="/dev/ttyACM0"
USBMODE="no"
SCRIPT_UPDATE="no"
TTY2OLED_UPDATE="no"
and I run the script.. but nothing.
/logos/mister.png
Traceback (most recent call last):
File "<stdin>", line 3, in <module>
File "tty_and_logos.py", line 49, in display_logo
File "lib/png.py", line 1542, in iterstraight
MemoryError: memory allocation failed, allocating 65664 bytes
Black screen. The display works with adafruit's firmware and test images when testing on my pc via usb.
At a loss here. Contacted the original dev, maybe he'll chime in...