py3-nextion / pynextion

An unofficial Python library for Nextion smart display management
Apache License 2.0
8 stars 6 forks source link

Use your Lib with the Pi Pico #16

Open DieterTepe opened 3 years ago

DieterTepe commented 3 years ago

Hello dear developer, I am enthusiastic about the scope of the libs. I want to use this for the pico. What do I have to change where. My serial interface is called like this:

 def __init __ (self, port = 1, baud = 9600):
     super (Nextion_Dieter, self) .__ init __ (port, baud)

Where do I have to make changes to get the libs running.

Mfg Dieter