[CONSEILS] Texte réactif (cliquable) sur écran TFT 4"3 pouces + Arduino Uno

j'ai une idée pour le problème :
setup{
text(menu)
}
loop{
if(cond. menu1 = 1){
cleare
text(menu)
text(menu1)
}
if(cond. menu2 = 1){
cleare
text(menu)
text(menu2)
}
et ainsi de suite