显示一个按钮

支持芯片: SHMICTRL系列芯片 ESP32-S3系列

void showbutton(int t,int rn);
//t:按钮状态  =0 按下 =2 弹起
//rn:按钮类型,目前只支持0

示例

showbutton(0,0);

注意