st7789py_mpy icon indicating copy to clipboard operation
st7789py_mpy copied to clipboard

LilyGO 1.14" display

Open Ralph-Rastaetter opened this issue 2 years ago • 1 comments

Hi Russ, I have a LilyGo RP2040 with a 1.14" LCD display. I downloaded the st7789py.zip file, copied all the directories except for the doc directory to the LilyGO, and none of the applications that use text will run. :( I am running Thonny as the editor, and am using the most current versions of all the applications. From the Examples directory, both feathers.py, and lines.py run fine. LilGO_Picture

However, all the text display examples provide pretty much the same complaint. Basically they all through the same error about no module named romfonts.

The fonts.py application returns the following error: Traceback (most recent call last): File "", line 16, in ImportError: no module named 'romfonts' 16 from romfonts import vga2_8x8 as font1

The hello.py application returns the following error: Traceback (most recent call last): File "", line 27, in ImportError: no module named 'romfonts' 27 from romfonts import vga2_bold_16x32 as font

The scroll.py application returns the following error: Traceback (most recent call last): File "", line 23, in ImportError: no module named 'romfonts 23 from romfonts import vga2_bold_16x16 as font

Therefore my question is, what am I doing wrong? Thank You, Ralph Rastaetter [email protected]

Ralph-Rastaetter avatar Apr 10 '22 21:04 Ralph-Rastaetter