1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore(example): fix copy/paset error in lv_example_canvas_7

This commit is contained in:
Gabor Kiss-Vamosi 2022-11-23 10:29:22 +01:00
parent 2e2fc287a4
commit 3940f53782

View File

@ -9,10 +9,6 @@
*/
void lv_example_canvas_7(void)
{
/*Create a button to better see the transparency*/
lv_btn_create(lv_scr_act());
/*Create a buffer for the canvas*/
static uint8_t cbuf[LV_CANVAS_BUF_SIZE_TRUE_COLOR(CANVAS_WIDTH, CANVAS_HEIGHT)];