zhuantou215 Posted March 8, 2018 Report Posted March 8, 2018 (edited) First of all, thank you very much for your help. The compiler I use is Keil. whenever I do not add a LCD driver, the compiler is always wrong: ..\ugfx\src\../src/gdisp/gdisp.h (166): error: #5: cannot open source input file "gdisp_lld_config.h": No such file #error directive "GDISP:Unsupported color system" Undefined typedef COLOR_TYPE color_t; I follow https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM。Using the template LCD driver of ugfx. Project compilation is no problem. Now, I want to use a custom LCD driver. How should I modify it。 Edited March 8, 2018 by zhuantou215
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now