物联网操作系统AliOS Things 3.3 |
函数 | |
| int32_t | udisplay_pattern_rgb32 (uint32_t color, bool rotate) |
| int32_t | udisplay_pattern_rgb16 (uint32_t color, bool rotate) |
| int32_t udisplay_pattern_rgb16 | ( | uint32_t | color, |
| bool | rotate | ||
| ) |
udispaly test API test pattern for rgb16
| [in] | color | color value for show |
| [in] | rotate | Rotate (set true or false, The rotation angle is determined by the drivers) |
@retrun 0 on success, otherwise will be failed.
| int32_t udisplay_pattern_rgb32 | ( | uint32_t | color, |
| bool | rotate | ||
| ) |
udispaly test API test pattern for rgb32
| [in] | color | color value for show |
| [in] | rotate | Rotate (set true or false, The rotation angle is determined by the drivers) |
@retrun 0 on success, otherwise will be failed.