Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe secret to making the code small is to make sure that you avoid large library functions - especially things like printf() and malloc().
You might find that the Altera drivers for the LCD display are over-engineered for your purpose - especially if they try to give you a stdio (or Unix) file interface rather than exposing a small number of functions. You can get much smaller than the small Altera BSP builds.