Hello,
For LCD_X_Config(), I am looking to add LCD_SetDevFunc() calls to setup custom functions for the following emWin display driver actions:
- LCD_DEVFUNC_DRAWBMP_16BPP
- LCD_DEVFUNC_COPYRECT
- LCD_DEVFUNC_FILLRECT
How can PXP be utilized to facilitate the above actions? (especially drawing of bitmaps)
Any examples available?