chore replace LittlevGL references with LVGL (#2913)

This commit is contained in:
Man, Jianting (Meco)
2021-12-17 20:52:46 -05:00
committed by GitHub
parent 8951bd2a15
commit d85f6324a7
8 changed files with 8 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ void lv_fs_fatfs_init(void)
fs_init();
/*---------------------------------------------------
* Register the file system interface in LittlevGL
* Register the file system interface in LVGL
*--------------------------------------------------*/
/*Add a simple drive to open images*/

View File

@@ -58,7 +58,7 @@ static lv_fs_res_t fs_dir_close(lv_fs_drv_t * drv, void * dir_p);
void lv_fs_posix_init(void)
{
/*---------------------------------------------------
* Register the file system interface in LittlevGL
* Register the file system interface in LVGL
*--------------------------------------------------*/
/*Add a simple drive to open images*/

View File

@@ -57,7 +57,7 @@ static lv_fs_res_t fs_dir_close(lv_fs_drv_t * drv, void * dir_p);
void lv_fs_stdio_init(void)
{
/*---------------------------------------------------
* Register the file system interface in LittlevGL
* Register the file system interface in LVGL
*--------------------------------------------------*/
/*Add a simple drive to open images*/

View File

@@ -54,7 +54,7 @@ static lv_fs_res_t fs_dir_close(lv_fs_drv_t * drv, void * dir_p);
void lv_fs_win32_init(void)
{
/*---------------------------------------------------
* Register the file system interface in LittlevGL
* Register the file system interface in LVGL
*--------------------------------------------------*/
/*Add a simple drive to open images*/

View File

@@ -42,7 +42,7 @@ static void convert_color_depth(uint8_t * img, uint32_t px_cnt);
**********************/
/**
* Register the PNG decoder functions in LittlevGL
* Register the PNG decoder functions in LVGL
*/
void lv_png_init(void)
{

View File

@@ -29,7 +29,7 @@ extern "C" {
**********************/
/**
* Register the PNG decoder functions in LittlevGL
* Register the PNG decoder functions in LVGL
*/
void lv_png_init(void);