Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi DSL,
This is a very valuable suggestion! Can you elaborate on how I can "get much smaller than the small Altera BSP builds". How do I get rid of the "over-engineering". I want just the bare minimum functionality for the LCD driver. By the way, I am just using a simple 2 line character LCD display. regards, rajesh --- Quote Start --- The 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. --- Quote End ---