Jump to content

Possible Bug: slider wont work w/o gdispImageOpenFile


doc_rob

Recommended Posts

I am compiling some samples with uGFX2.8, ChibiStudio and ChibiOS 17.6, gcc6.3 (latest Version of ChibiStudio). I started out with the Disco 429 sample and went through the demos in the demo dir of ugfx. Everything worked (gdisp: basic, pixmap, streaming, gwin: basic, button, checkbox, console, frame, graph, imagebox, label) but the slider demo wasn't working - the sliders where shown but no action on the sliders. After a while i found out that the sliders started working if i add one line from the Disco-429 project: gdispImageOpenFile(&img1, "smiley.png"); which is IMO weird because i don't need that image anywhere.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...