Does anybody knows, is it possible via emwin API to create button with custom bitmap instead of standart emwin button graphics? This button shouldn't be animated, just static image in pressed, unpressed and all the states.
Thanks.
Does anybody knows, is it possible via emwin API to create button with custom bitmap instead of standart emwin button graphics? This button shouldn't be animated, just static image in pressed, unpressed and all the states.
Thanks.
You can use the emWin API BUTTON_SetBitmap() or BUTTON_SetBitmapEx() for your purpose, as explained in the emWin user manual on page 401.
Yeah, thanks, it works!
hi to evry one,
i am also working on Button program, may i know how to call that Emwin functions., i m new to emwin..
how i will build my own BUTTON key.