mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-20 02:15:06 +00:00
15 lines
249 B
C
15 lines
249 B
C
/**
|
|
* @file version.h
|
|
* The current version of LVGL
|
|
*/
|
|
|
|
#ifndef LVGL_VERSION_H
|
|
#define LVGL_VERSION_H
|
|
|
|
#define LVGL_VERSION_MAJOR 9
|
|
#define LVGL_VERSION_MINOR 3
|
|
#define LVGL_VERSION_PATCH 0
|
|
#define LVGL_VERSION_INFO ""
|
|
|
|
#endif /*LVGL_VERSION_H*/
|