Nuvoton drivers updating and more LVGL supporting. (#5647)

This commit is contained in:
Wayne
2022-03-12 07:00:53 +08:00
committed by GitHub
parent d53ff73615
commit a65e6d1613
95 changed files with 8838 additions and 1319 deletions

View File

@@ -1151,6 +1151,7 @@ struct rt_device_graphic_info
rt_uint16_t height; /**< height of graphic device */
rt_uint8_t *framebuffer; /**< frame buffer */
rt_uint32_t smem_len; /**< allocated frame buffer size */
};
/**