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:
parent
2e2fc287a4
commit
3940f53782
@ -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)];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user