zhuantou215 Posted March 2, 2018 Report Share Posted March 2, 2018 (edited) Thank you very much for your help. When I use the Keil Vision 5 compiler, this error is always I also do it according to https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM。Sincerely hope that the new love will help me. Edited March 2, 2018 by zhuantou215 Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 2, 2018 Report Share Posted March 2, 2018 Is it possible that you forgot to include the driver (or just didn't do it accordingly)? Make sure that you follow that guide exactly. It's very well tested. Also, don't forget to set the compiler to GFX_COMPILER_KEIL in the configuration file when using Keil. Link to comment Share on other sites More sharing options...
zhuantou215 Posted March 3, 2018 Author Report Share Posted March 3, 2018 Thank you very much for your help.I also tried to #define GFX_COMPILER GFX_COMPILER_KEIL.But the mistakes are the same as above。 Link to comment Share on other sites More sharing options...
inmarket Posted March 3, 2018 Report Share Posted March 3, 2018 You have definitely not included the driver correctly. That is exactly what that error message you are seeing is saying. It is telling you that the color system has not been defined. The color system is defined by the proper inclusion of the driver. Please reread the instructions carefully. Link to comment Share on other sites More sharing options...
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