russhughes / st7789_mpy

Fast MicroPython driver for ST7789 display module written in C
Other
537 stars 108 forks source link

PYBV11 firmware does not contain ST7789 driver just ST7687 #73

Closed yuran1978 closed 2 years ago

yuran1978 commented 2 years ago

Hello. Upload firmware from PYB11 folder to pyboard v.1.1 when I run help('modules') it shows me ST7687 I tried to build it step by step for PYB11 but it ignoes USER_C_MODULES. FYI. Firmware for RP2 shows correct library for st7789.

Output:

help('modules') main micropython uasyncio/lock uos _onewire network uasyncio/stream uplatform _uasyncio onewire ubinascii urandom builtins pyb ucollections ure cmath st7687 uctypes uselect dht stm uerrno usocket framebuf uarray uhashlib ustruct gc uasyncio/init uheapq usys lcd160cr uasyncio/core uio utime lcd160cr_test uasyncio/event ujson utimeq math uasyncio/funcs umachine uzlib

russhughes commented 2 years ago

Yes, it looks like I included the wrong firmware image.

yuran1978 commented 2 years ago

Fixed. Awesome! Thank you for assistance! It will be ideal if some details about how to build project for PYBV11 will be added.