olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

ILIili9341 #71

Closed svishnu06 closed 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 .