turing-smart-screen-python icon indicating copy to clipboard operation
turing-smart-screen-python copied to clipboard

seperate `lcd_comm` as library/driver (PIP package)

Open anwar3606 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? If so, please describe the problem.
One of my projects just wants the library/lcd/ files. I don't need any other files/folders like res, tools.. etc. Those lcd_comm classes are used as drivers for this device.

Describe the feature/solution to your problem you'd like
I want to use those lcd_comm classes as pip packages

Describe alternatives you've considered / and or tested
Currently, I have to copy those files into my project. Which will be harder to maintain in the future.

Is there any better way to do it correctly? If I want to do a pull request, how should I proceed?

anwar3606 avatar Dec 29 '22 08:12 anwar3606

Good idea to separate the library and the system monitor program! A new repository has to be created I have to think about a valid name for the package, like pyturing or turing-lcd

mathoudebine avatar Jan 05 '23 08:01 mathoudebine

This would also be really useful for issue tracking etc. too! I only use the library to use the screens with my own code and when looking to see if issues have been reported already the majority of issues are around theming and monitoring things. Also thanks for the great library!

rikkuness avatar Apr 21 '24 20:04 rikkuness