画图

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

void pic(int x,int y,int picn);
//(x,y):图片绘制的位置,左上角坐标
//picn:图片编号

示例

pic(0,0,1);

注意

-