提交 6b224bed 编写于 作者: E ethan.lcz 提交者: yilu.myl

remove useless log

Signed-off-by: Nethan.lcz <ethan.lcz@alibaba-inc.com>
上级 d2147a2a
......@@ -414,7 +414,7 @@ void st7789_local_refresh(uint16_t x1,
uint16_t y2,
uint8_t *frame)
{
printf("new st7789_local_refresh\r\n");
// printf("new st7789_local_refresh\r\n");
uint16_t *rgb565_frame = (uint16_t *)frame;
uint32_t bufferSize = (x2 -x1 + 1) * (y2 -y1 +1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册