This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432P401R LCD 图像清除

你好 用MSP432 开发板子用的红色双层TI开发板。
现象:用432 单片机给LCD 在某点化图像,如果下次还要在这个点更新新的图像。需要把原来的图像清除,否则2次的图像会重叠。
问题:不用全屏清除函数 Graphics_clearDisplay(&g_sContext);
只是清楚某一个正方形,或一个线条 ,一个圆。可以用什么指令清楚?有例程吗?
Graphics_clearDisplayOnDisplay(const Graphics_Display *display,
uint16_t value); 是这个函数吗?如何使用
谢谢