

Modified the glcd_st7565.h header file to be compatible with the DOGL128-6 display from Electronic Assembly
#Codevisionavr 3.24 code
Fixed: For obsolete chips with UART (AT90S4414/8515/8535, ATmega103/603), changed the generated code from: #define DATA _OVERRUN (1Fixed: The ATmega328PB DIDR0 register has 8 bits, not 5.Fixed: The CodeWizardAVR didn't set the URSEL0 (URSEL1) bit to 1 when configuring the UCSR0C (UCSR1C) register for the ATmega162 chip's USART0 (USART1).Fixed: After a member of a structure returned by a function was fetched, the interrupts remained globally disabled.These chips have this register, altough they feature only 128 or 256 bytes of EEPROM. Modified the EEPROM run-time library functions to properly initialize to zero the EEARH register for the ATtiny24/44/25/45/261/461 and ATmega48 chips.Improved the generated code for structure initialization during declaration.

Updated the ILI9225 TFT display library to support the 4 wire SPI connection.

