AtsSetLcdPower

 

ATS (¿ÀÅ亣À̽º ÅÍÄ¡ ½º¸¶Æ®) ÀÇ LCD Àü¿øÀ» ON/OFF ÇÑ´Ù.

(ÁÖÀÇ: ATS ¸ðµ¨¿¡¼­¸¸ ÇØ´çµÈ´Ù.)

 

void @AtsSetLcdPower(int flag);

 

ÇÔ¼öÀÎÀÚ

int flag : 0=OFF, 1=ON

 

¹Ýȯ °ª

¾øÀ½

 

¿¹Á¦

@AtsSetLcdPower(0);

@Sleep(2000);

@AtsSetLcdPower(1);

 

¹®Àå¼³¸í : ATSÀÇ LCDÀÇ ÆÄ¿ö¸¦ ²ô°í 2ÃÊ ±â´Ù¸° ÈÄ ´Ù½Ã ÄÒ´Ù.

 

¹öÀüÁ¤º¸

ÃÖÃÊÁö¿ø: 10.3.0

 

°ü·ÃÇ׸ñ

@AtsSetLcdBrightness()

@AtsSetLcdPower()

@AtsSetPowerReset()