物联网操作系统AliOS Things 3.3
udisplay_cli.h
浏览该文件的文档.
1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef UDISPLAY_CLI_API_H
6 #define UDISPLAY_CLI_API_H
7 
22 int32_t udisplay_pattern_rgb32(uint32_t color, bool rotate);
23 
33 int32_t udisplay_pattern_rgb16(uint32_t color, bool rotate);
34 
35 
40 #endif
41 
42 
int32_t udisplay_pattern_rgb32(uint32_t color, bool rotate)
int32_t udisplay_pattern_rgb16(uint32_t color, bool rotate)