物联网操作系统AliOS Things 3.3 |
结构体 | |
| struct | _udisplay_context_t |
宏定义 | |
| #define | FB_PATH "/dev/fb0" |
| #define | UDISPLAY_STEP_DEBUG |
类型定义 | |
| typedef struct _udisplay_context_t | udisplay_context_t |
函数 | |
| int32_t | udisplay_init (void) |
| int32_t | udisplay_show_rect (uint8_t *buf, uint32_t x, uint32_t y, uint32_t w, uint32_t h, bool rotate) |
| uint8_t * | udisplay_get_framebuffer (void) |
| int32_t | udisplay_show (void) |
| int32_t | udisplay_set_brightness (int32_t brightness) |
| int32_t | udisplay_get_brightness (void) |
| int32_t | udisplay_enable_backlight (void) |
| int32_t | udisplay_disable_backlight (void) |
| #define FB_PATH "/dev/fb0" |
在文件 udisplay.h 第 24 行定义.
| #define UDISPLAY_STEP_DEBUG |
在文件 udisplay.h 第 26 行定义.
| typedef struct _udisplay_context_t udisplay_context_t |