I'm working on a project involving technologies Python3.x
, Raspberry pi
and dysplays OLED
. However there are several displays each with different resolutions and range of colors and I do not want to implement the same functionality for each one. I need some library that allows me to write an application for a particular OLED and that application runs on other displays without having to change the existing code.
I would also like to use a layouts manager for applications ... are there any for OLED displays?