RobertoBenjami/stm32_graphics_display_drivers

how to draw a string on ILI9488 screen?

gengyatong opened this issue · 1 comments

hello, thank you for your hard work!
i want to konw how to draw a string on a ILI9488 screen? is there any function to do this ? should i write these function myself ?

Example:
BSP_LCD_DisplayStringAt(10, 10, (uint8_t *)"String test", LEFT_MODE);