Hi! Further Infos: If I call LCD_INIT_CONTROLLER() all register variables (like pixel clock) relating to the new lcd display are set correctly. Afterwards I call GUI_Init() and all variables are set to different values. It seems like they relate to the old display. Any ideas? Regards
Hi! I am currently evaluating your software for our product. We are currently using a NEC V850 microcontroller, Epson S1D13A05 graphics controller and a lcd display from the company URT. I have already checked the software with another (the original) lcd display and it works great. Now I would like adapt emWin to work with the URT display. I modified the LCDConf.h according to the source code samples and the documentation. As far as I understand I only have to modify the LCDCondf.h and recompile…