CodeVisionAVR Tip: How to display formatted numbers on LCD Elecrom July 14, 2009; Updated On: October 14th, 2015 24 Generally at some point of time we all need to display something more than “hello world” onto LCD. CodeVisionAVR(cvavr) provides functions like lcd_putsf() and lcd_puts() for displaying strings on LCD. However these function cannot be used directly to display something like : “Vin = 10V” or may be “Value = 0000A01F”. In short these functions … Continue reading CodeVisionAVR Tip: How to display formatted numbers on LCD