Closed lsdlsd88 closed 7 months ago
hi and thanks for your contribution :+1:
please use the develop branch as source and target for your pull request
also have a look at how display variants are implemented, an additional file is not necessary:
https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/v1/panel/Panel_ILI948x.hpp
also have a look at how display variants are implemented, an additional file is not necessary:
perfect. will work on adding it that way . sorry for any noob mistakes
you'll have to pick a name for the new base class e.g. Panel_ILI9341_Base
and make sure the original Panel_ILI9341
class keeps its name in the derived form so that it does not break existing configurations, it's okay to call the new one Panel_ILI9341_2
Alternative panel driver for some TFT screens, used for example on Sunton ESP32 boards
see
https://github.com/lovyan03/LovyanGFX/issues/546
https://github.com/Bodmer/TFT_eSPI/issues/1172