mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-28 02:58:42 +08:00
docs: update API comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "../lv_examples.h"
|
||||
#if LV_BUILD_EXAMPLES && LV_USE_BTN
|
||||
#if LV_BUILD_EXAMPLES && LV_USE_BUTTON
|
||||
|
||||
static void btn_event_cb(lv_event_t * e)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "../lv_examples.h"
|
||||
#if LV_USE_BTN && LV_BUILD_EXAMPLES
|
||||
#if LV_USE_BUTTON && LV_BUILD_EXAMPLES
|
||||
|
||||
static lv_style_t style_btn;
|
||||
static lv_style_t style_button_pressed;
|
||||
|
||||
Reference in New Issue
Block a user