SlowGoing Posted June 19, 2018 Report Posted June 19, 2018 The example in the wiki of the how to use the label does not work. Spelling mistake in gwinLabelCreate (should be gwinGLabelCreate). However I cannot get the label function to work using the STM32F746 FreeRTOS example and rotation button. I keep getting compiler error "undefined reference to `gwinGLabelCreate'" What am I missing ? Kim
Joel Bodenmann Posted June 19, 2018 Report Posted June 19, 2018 Hello & welcome to the µGFX community! On 6/19/2018 at 10:20 AM, SlowGoing said: Spelling mistake in gwinLabelCreate (should be gwinGLabelCreate). Expand That's not correct, see below. On 6/19/2018 at 10:20 AM, SlowGoing said: I keep getting compiler error "undefined reference to `gwinGLabelCreate'" What am I missing ? Expand Did you enable the label widget in the configuration file? If that's not the case you're most likely not including all files properly.
SlowGoing Posted June 19, 2018 Author Report Posted June 19, 2018 Oh, no I didn't look in the config file Will do Ta
Joel Bodenmann Posted June 19, 2018 Report Posted June 19, 2018 Glad to hear that you managed to get it working
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