Archive for June, 2011
Example of ILI9325
Sunday, June 12th, 2011Initializing, clear screen, draw pixel, text with font 8×8 all working. Only some trouble with a larger font, have to figure that out… Nice clear display. Used a lot of code from SIX1 but using other registers for the set_window command.

ILI9325 and Bascom running
Sunday, June 5th, 2011Has SIX1, Michael Kocher, made software for the ILI9320 display controller, I managed to get the ILI9325 controller running with Bascom-AVR. ILI9320 8-bit wide, ILI9325 16 bit wide. On an Arduino Mega with a ITDB02 Mega shield v1.1. First of all had to use two complete ports and some single pins for RS, CS, WR and Reset. And second there are some differences in registers. Trying to integrate the ILI9325 code in the code of SIX1, which can be found on the Offical German Bascom-forum www.bascom-forum.de