aCallum / SafePi

SafePi is a Python based tracking tool for Safemoon, aimed to be run on a Raspberry Pi with GPIO displays.
27 stars 5 forks source link

Work with 3.5' 320×480 screen #5

Closed D-Pyro closed 3 years ago

D-Pyro commented 3 years ago

How can I make it work with larger screen?

Traceback (most recent call last): File "main.py", line 47, in disp = SSD1305.SSD1305_128_32(rst=RST, dc=DC, spi=SPI.SpiDev(SPI_PORT, SPI_DEVICE, max_speed_hz=8000000)) File "./drivers/SPI.py", line 42, in init self._device.open(port, device) FileNotFoundError: [Errno 2] No such file or directory

aCallum commented 3 years ago

The drivers included in this project are specificly for the SSD1305 OLED GPIO Display. Other displays will require drivers specific to that display to be used in the project.