udisplay_cli

函数

int32_t udisplay_pattern_rgb32 (uint32_t color, bool rotate)
 
int32_t udisplay_pattern_rgb16 (uint32_t color, bool rotate)
 

详细描述

函数说明

◆ udisplay_pattern_rgb16()

int32_t udisplay_pattern_rgb16 ( uint32_t  color,
bool  rotate 
)

udispaly test API test pattern for rgb16

参数
[in]colorcolor value for show
[in]rotateRotate (set true or false, The rotation angle is determined by the drivers)

@retrun 0 on success, otherwise will be failed.

◆ udisplay_pattern_rgb32()

int32_t udisplay_pattern_rgb32 ( uint32_t  color,
bool  rotate 
)

udispaly test API test pattern for rgb32

参数
[in]colorcolor value for show
[in]rotateRotate (set true or false, The rotation angle is determined by the drivers)

@retrun 0 on success, otherwise will be failed.