Bodmer / TFT_ILI9163

Arduino library for ILI9163 based TFT displays
19 stars 5 forks source link

FIX for ERROR: AttributeError: .show(x) removed. Use .root_group = x #8

Open faitarus opened 5 months ago

faitarus commented 5 months ago

If you are getting the error " AttributeError: .show(x) removed. Use .root_group = x" try with following :

instead of this line: display.show(splash)

use: display.root_group = splash

nbercher commented 3 months ago

Awesome, thanks!