Hi Ashley,
The 4 touchscreen menu buttons form the "toolbar", managed by the TOOLBAR handler, and the CircleOS provides some API functions to modify it :
- TOOLBAR_Set(@ new toolbar) : change the current toolbar to the new one described by the structure passed through parameter (tToolbar type, with pointer to new icons),
- TOOLBAR_SetDafaultToolbar : restore the factory toolbar.
You also can modify only one button with the function : TOOLBAR_ChangeButton(button, @ new icon, @ new function).
I recommend you to take a look at the online documentation :
http://www.stm32circle.com/circleos_doc/index.html
http://www.stm32circle.com/resources/do … _v2_v3.pdf
Regards,
Yves
Last edited by yrt (2009-03-12 13:00:56)