Guest Deon Posted October 13, 2017 Report Share Posted October 13, 2017 Many drivers incorrectly check if the display size was previously defined. They check if the screen height is defined twice instead of checking for width and height Original: #if defined(GDISP_SCREEN_HEIGHT) || defined(GDISP_SCREEN_HEIGHT) Required: #if defined(GDISP_SCREEN_WIDTH) || defined(GDISP_SCREEN_HEIGHT) Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted October 13, 2017 Report Share Posted October 13, 2017 Hello Deon and welcome to the µGFX-Community! Thank you for bringing this to our attention. We'll look into this! 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