Simplified AVR LCD routines using ATmega8 microcontroller

Controlling numeric LCD isn’t so tricky as it may look like. O course you can find numbers of LCD libraries. One of more universal you can find in AVRLIB library for WinAVR AVR GCC compiler. Main disadvantage of such universal libraries that they compile all functions even if you don’t want them. This way huge […]

Simplified AVR LCD routines using ATmega8 microcontroller Read More »