This simple example shows how to use the HX8347A Display Controller Low Level driver for interfacing the HX8347A display controller.
The HX8347A low level driver API can be found here.
All devices with some sort of SPI interface, e.g. SPI or USART in SPI mode.
This example show how to use the functions provided by the low level driver to draw very simple graphics to the screen.
First it uses the function hx8347a_duplicate_pixel to draw a color to the screen 20 times. Then it uses hx8347a_copy_pixels_to_screen to copy a 40 x 40 single color pixmap to the screen at different locations.
For any advanced drawing of graphics please use the higher level GFX drivers.
This software was written for the GNU GCC and IAR for AVR. Other compilers may or may not work.
For further information, visit Microchip.