TFT HX711 scale readings,cannot perform sprites #2694
Unanswered
Kalougear
asked this question in
Q&A - Sprites
Replies: 1 comment 2 replies
-
You don't have enough RAM to drive a 320x240 sprite..... Cut it down to 200x200 or less and see what happens.... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
Im trying to implement sprites on my project to avoid flickering of the screen on my measurements,i tried my best but this does not go anywhere.im getting readings without sprite implementation correctly but i have a flickering that i want to avoid,i tried to incorporate on my code some sprite code as good as i could from the examples but im Getting no readings,just a plain blue background,Im using Esp32 with TFT_e_SPI library and im proggraming with platformio,im using tabs so i can i have my project organized well through the proccess thats why its a little bit strange,any way here is my code.
main.cpp
displayScaleReading.h
Beta Was this translation helpful? Give feedback.
All reactions