Home
last modified time | relevance | path

Searched refs:color_num (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_led_test.c73 int led_num,color_num =1; in led_test() local
79 while(color_num < 4) in led_test()
81 switch(color_num%3) //��һ��RED�ơ��ڶ���GREEN�ơ�������BLUE�ơ����һ��RGB�ϳɰ׵� in led_test()
100 if(color_num % 3 == 1) in led_test()
114 if(color_num % 3 == 2) in led_test()
128 if(color_num % 3 == 0) in led_test()
147 color_num++; in led_test()