seyyah
Advanced Member level 2
- Joined
- Oct 7, 2001
- Messages
- 646
- Helped
- 8
- Reputation
- 16
- Reaction score
- 8
- Trophy points
- 1,298
- Activity points
- 6,234
I'm trying to show big numbers on a 2x16 character lcd. For this i defined custom patterns to form big numbers in the CGRAM. But CGRAM is limited so i tried to load the CGRAM with the number that will be displayed at that moment. For example I'm loading 0 to CGRAM and displaying it than i'm loading 1 to CGRAm and displaying it on another place but as soon as the CGRAM changes first number which is 0 also changes to 1. Is there anyway to achieve my purpose and display several big numbers at the same time with this or another method? Thanks.