When browsing the API reference, i saw there were several functions which seems to do the same thing :
Code: Select all
void show(void)
void hide (void)
And
Code: Select all
void setVisible(bool setting)
For example. Is there a difference, or do they have the same effect ?