Compiler
- added support for graphic LCDs with 160x80, 160x128 resolution and Toshiba T6963C controller
- added support for graphic LCDs with 180x32 resolution and SED1520 controller
- modified the glcd_putchar function (graphics.h) so that it fills the spaces between the characters with the background color
- added the GLCD_CLEARBLOCK and GLCD_SETBLOCK modes to the glcd_block function from the hardware abstraction layer for graphic LCDs
CodeWizardAVR
- fixed: when switching from the ATmega128 chip to ATmega103 the Mode options for External Interrupts 4 to 7 remained those of ATmega128
- fixed: the comments for the code generated for disabling the Digital Input Buffers on AIN0 and AIN1 inputs were not correct for the ATmega48A/48PA/88A/88PA/168A/168PA/328/328P chips, altough the code itself was OK
- fixed: entering an incorrect EBI base address resulted in an endless error message, without the possibility to correct it
Programmer
- corrected the chip signature for the ATmega88A chip
download here