The display is a 240 * 320 Color TFT. The driver supports the 8bit bus mode and all the Great Cow BASIC commands for GLCD and Rotate etc with support for both legacy and OLED fonts!
The GLCD tested is a 2.4 Inch 240 * 320, color TFT LCD with an 8 bit data bus. Suitable for PIC and AVR. This support software data transfer requiring 13 ports in total. Typically operates at VCC 5 but always check voltage specifications.
A Very nice display for cost and performance
You will need to update your system with an updated GLCD and a new HX8347G library.
Enjoy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great Cow BASIC now supports the HX8347G GLCD.
The display is a 240 * 320 Color TFT. The driver supports the 8bit bus mode and all the Great Cow BASIC commands for GLCD and Rotate etc with support for both legacy and OLED fonts!
The GLCD tested is a 2.4 Inch 240 * 320, color TFT LCD with an 8 bit data bus. Suitable for PIC and AVR. This support software data transfer requiring 13 ports in total. Typically operates at VCC 5 but always check voltage specifications.
A Very nice display for cost and performance
You will need to update your system with an updated GLCD and a new HX8347G library.
Enjoy.
Just posted the demonstration code I used to GitHub. See here: https://github.com/Anobium/Great-Cow-BASIC-Demonstration-Sources/find/master
If you enter HX8347 in the dialog (after the Great-Cow-BASIC-Demonstration-Sources / )... this will show you all the HX8347 demos.
Last edit: Anobium 2017-11-19
I have ported, only took a few moments!, one of Stan's sprite demos to the HX8347G. Works very nicely. I will do a video when I get a moment.
For the code see here: https://github.com/Anobium/Great-Cow-BASIC-Demonstration-Sources/blob/master/GLCD_Solutions/GLCD_Sprite_Solutions/Sprites_for_MEGA328P_and_HX8347G.gcb
Last edit: Anobium 2019-08-28