mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
chore(example): fix copy/paset error in lv_example_canvas_7
This commit is contained in:
@@ -9,10 +9,6 @@
|
|||||||
*/
|
*/
|
||||||
void lv_example_canvas_7(void)
|
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*/
|
/*Create a buffer for the canvas*/
|
||||||
static uint8_t cbuf[LV_CANVAS_BUF_SIZE_TRUE_COLOR(CANVAS_WIDTH, CANVAS_HEIGHT)];
|
static uint8_t cbuf[LV_CANVAS_BUF_SIZE_TRUE_COLOR(CANVAS_WIDTH, CANVAS_HEIGHT)];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user