Electronics – Tuts, tips and much more …

If we hear, we forget; if we see, we remember; if we do, we understand – Confucius

Posts Tagged ‘lcd’

CodeVisionAVR Tip: How to display formatted numbers on LCD

Posted by Omkar on July 14, 2009

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 do not provide the functionality of formatted output, as provided by printf() function. How to implement this functionality is objective of this post. Fortunately there is very simple way to get this thing done …

Read the rest of this entry »

Posted in AVR microcontroller | Tagged: , , | 19 Comments »

 
Follow

Get every new post delivered to your Inbox.

Join 46 other followers