Hello Jaime,
I have finished writing the driver for SSD1309 in LPC2468 and tested it.But I have some questions when i try to use the driver in emwin.
1:I should link the driver for SSD1309 to the structs in GUIDRV_Template.h and GUIDRV_TemplateI.h,should i?.Do i need write the below three fuctions by myself.
GUIDRV_TemplateI_Config()
GUIDRV_TemplateI_SetBus_XXX()
GUIDRV_TemplateI_SetFuncXXX()
2: I only find GUIDRV_Template.h and GUIDRV_TemplateI.h in library,where is the file GUIDRV_Template.c?
3: My finished programe run in cricle in the funtion GUI_Init() .The programe jump to the begining of GUI_Init() when it run to GUI_X_Init() and it can run to LCD_X_DisplayDriver().
Have a great day,
Jaime