You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request
So while using your library I created a simple class which I added to the /lcd/i2c_lcd.py file. The only purpose is to organize the main file by using one library instead of two. I am here to ask if you could add the class below to the bottom of the /lcd/i2c_lcd.py file. Thanks.
So this looks like a totally independent class which should probably go into its own file?
The file i2c_lcd.py is intended to be used on a linux (like a Raspberry Pi or a BeagleBne Black). Your class looks to be Micropython specific. So it doesn't make sense to mix these 2 things.
Request
So while using your library I created a simple class which I added to the
/lcd/i2c_lcd.py
file. The only purpose is to organize the main file by using one library instead of two. I am here to ask if you could add the class below to the bottom of the/lcd/i2c_lcd.py
file. Thanks.Class
Example/Main.py File
The text was updated successfully, but these errors were encountered: