I am trying to make my own custom file for flowcode in order to use a bigger LCD display.
I am currently using the custom_Code.c file found here
**broken link removed**
This file allows me to use a 128x64 pixel lcd within flowcode.
I would like to use a bigger LCD display, a 320x240 pixel display. Found HERE
**broken link removed**
I have contacted flowcode to ask how i would impliment this into flowcode and they said i should write my own Custom_Code.c file.
They sent me a link with instructions but i dont really understand them.
They are available here:
They say to use the Custom_Code.c file in here.... **broken link removed**
and modify the following functions,
SendByte
Initialise
Pixel Set
They say that once this is done all the functions like, print string, draw line etc will work correctly.
He also said this,
"The send byte function can be based on the diagram given in the LCD controller datasheet. There is also a list of commands required at startup that you can follow to perform the initialise and set pixel."
I am assuming that the defines for the pinout for the lcd will also require modification.
Heres the problem, i dont know where this "send byte" is in the code. I did a search and it returns nothing..does anyone know what they are refering to???
To modify that file would be a big job. When they refer to the SendByte routine they mean the ReadData, WriteData and WriteCommand routines. To get this working you will need a good understanding of C and the two controllers involved.