Hi
i m new to emwin and i m trying to drive my lcd with emwin but have a problem
im using keil mdk 4.53+emwin5.12 and my lcd controller is SSD1289 .
I did this works according to instructions of manual:
1 - I made "LCDConf_CompactColor16.h" file in my project directory
2 - added configurations to "LCDConf_CompactColor16.h" :
3 - added "#define LCD_USE_COMPACT_COLOR_16" to LCDConf.h
4 - and wrote " GUI_DEVICE_CreateAndLink(GUIDRV_COMPACT_COLOR_16, // Display driver
GUICC_M565, // Color conversion
0, 0);"
in LCD_X_Config Function ;
when i compile the error "LCDConf.c(234): error: #20: identifier "GUIDRV_COMPACT_COLOR_16" is undefined" appears;
please help me to solove problem
thanks
i m new to emwin and i m trying to drive my lcd with emwin but have a problem
im using keil mdk 4.53+emwin5.12 and my lcd controller is SSD1289 .
I did this works according to instructions of manual:
1 - I made "LCDConf_CompactColor16.h" file in my project directory
2 - added configurations to "LCDConf_CompactColor16.h" :
3 - added "#define LCD_USE_COMPACT_COLOR_16" to LCDConf.h
4 - and wrote " GUI_DEVICE_CreateAndLink(GUIDRV_COMPACT_COLOR_16, // Display driver
GUICC_M565, // Color conversion
0, 0);"
in LCD_X_Config Function ;
when i compile the error "LCDConf.c(234): error: #20: identifier "GUIDRV_COMPACT_COLOR_16" is undefined" appears;
please help me to solove problem
thanks
The post was edited 1 time, last by Pixel3 ().