Mithun_K_Das
Advanced Member level 3
- Joined
- Apr 24, 2010
- Messages
- 899
- Helped
- 24
- Reputation
- 48
- Reaction score
- 26
- Trophy points
- 1,318
- Location
- Dhaka, Bangladesh, Bangladesh
- Activity points
- 8,254
How can I save some RAM & ROM arranging the LCD program. Say, I've two texts to show in LCD Display (16X2).
Say these two texts consuming 100bit RAM & 100bit ROM.
How can I arrange these texts in MicroC so that it consumes less than 70bit RAM & 70 bit ROM?
Code C - [expand] 1 2 Text1: "Battery Parameter"; Text2: "System Information";
Say these two texts consuming 100bit RAM & 100bit ROM.
How can I arrange these texts in MicroC so that it consumes less than 70bit RAM & 70 bit ROM?
Last edited: