Size

Thread Starter

raghuveer

Joined Jun 4, 2008
7
Hi all.I want to know the size of LCD code.How much memory space(approx) it requires to store in microcontroller. Thank u.
 

beenthere

Joined Apr 20, 2004
15,819
Several things are going to affect this. The LCD display, the microcontroller, and the ability of the programmer.

The code to support a pure graphic display with a high color resolution will be larger than a one line 20 character display. Running a display from a microcontroller that has the interface built in will reduce the size of the code. And some people write tighter code than others, given similar projects.
 
Last edited:
Top