Adafruit Library
|
#include "ws_display_ui_helper.h"
Functions | |
void | lv_timer_tips_cb (lv_timer_t *timer) |
Changes a label every 2 seconds to a new, random, tip. More... | |
LVGL UI Helper class for WipperSnapper
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Copyright (c) Brent Rubell 2023 for Adafruit Industries.
BSD license, all text here must be included in any redistribution.
void lv_timer_tips_cb | ( | lv_timer_t * | timer | ) |
Changes a label every 2 seconds to a new, random, tip.
timer | The lv_timer tied to this callback, timerLoadTips. |