berryelectronics / Ucglib-For-STM32Duino

Initial Release
Other
1 stars 1 forks source link

ILI9341- problem with numbers #1

Open svishnu06 opened 7 years ago

svishnu06 commented 7 years ago

i am testing with stm32f103c8t6 and ili9421 combination, problem is when trying to display a counter (numbers) , for example - to display countdown number 110 to 1 , after "100" display shows "990" , not "99" ,last zero is still there. after "10" , "90" not '9'.. at last "100" instead of '1', then ''000'' for '0' , how to solve this problem ?
a video link.. https://youtu.be/mer0_pwQtsE
help me to solve this .

berryelectronics commented 7 years ago

sorry for answering so late, was busy. this repo is mostly dead, i dont work on it anymore.

but atleast what i think the problem might be: it isnt filling the last spots where the last digit was with black. so its still the old digit staying there. filling the screen with black once should solve the problem