Sprite in Background / Image with transparent elements in Forground #3782
Replies: 2 comments
-
`#include <TFT_eSPI.h> TFT_eSPI tft = TFT_eSPI(); void setup() { plotGauge(); void loop() { void plotGauge() { // void createBackground() { void createBand() { |
Beta Was this translation helpful? Give feedback.
-
Blue band should be in background. Image in background has a transparent Hole. Can someone help me please ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to display an image (in foreground) with transparent elements and a Sprite that is moving in the background ? So that the moving Sprite can only be seen when its position is on an transparent element. I cant find a demo for that. Can someone point me to this direction ,please ? .. Thanks
Beta Was this translation helpful? Give feedback.
All reactions