buttonwithlabel change text
Hi there !
i'm gonna to 'play' with touchgfx , and after a help from community ii'm going to make my first program. And here i'm first problem. I wanto to change the name of a button after i touch and right now i just try to wrote that :
void Screen1View::btn1(){
buttonWithLabel1.setLabelText(touchgfx::TypedText('t'));
buttonWithLabel1.invalidate();
}
and i have a couple of question:
1) dosen't work and afther the first touch the button look like continus to be push
2) i want write one phraselike Stop but i don't know how to do
I hope some one can help me
Have a good day
Sergio
