how to set an image as background in uiFlow2.0:
- 
					
					
					
					
 This post is deleted!
- 
					
					
					
					
 Have you tried altering the layer position of the background image in the images preferance 
- 
					
					
					
					
 @ajb2k3 no, I didn't found a documentation for this. this is what I did image0 = Widgets.Image("res/img/icons8-bluetooth-48.png", 258, 41) 
- 
					
					
					
					
 @ajb2k3 I tried this lcd.clear() # Draw the image as the background lcd.image(0, 0, 'res/img/icons8-bluetooth-48.png')I tried this but I got this error un the screen Traceback(most recent call last): 
