lib/lib_display/Display_Renderer-gemu-1.0/main/README.md
Graphics drawing functions:
Paint_Clear Clear all screen memery
Paint_DrawAbsolutePixel This draws a pixel by absolute coordinates
Paint_GetImage Getters and Setters
Paint_SetRotate Setup displays rotate
Paint_DrawPixel Draws a pixel by the coordinates
Paint_DrawCharAt Draw a charactor on the frame buffer but not refresh
Paint_DrawStringAt Displays a string on the frame buffer but not refresh
Paint_DrawLine Draws a line on the frame buffer
Paint_DrawHorizontalLine Draw a horizontal line on the frame buffer
Paint_DrawVerticalLine Draw a vertical line on the frame buffer
Paint_DrawRectangle Draws a rectangle
Paint_DrawFilledRectangle Draws a filled rectangle
Paint_DrawCircle Draws a circle
Paint_DrawFilledCircle Draws a filled circle
Fonts:
String write function:
Images:
make menuconfig
Make and flash the example.
make all && make flash