Class BackLight
package org.kwis.msp.handset
java.lang.Object | +--org.kwis.msp.handset.BackLightextends Object:
LCD 의 백라이트를 조절하는 클래스이다.
메서드 요약
섹션 제목: “메서드 요약”static void alwaysOn ()— 백라이트를 계속해서 킨다static void before ()— 백라이트를 프로그램 실행 이전 상태로 유지한다static void off ()— 백라이트를 끈다static void on (int id, int color, int duration)— 백라이트를 제어하는 함수 이다.
메서드 상세
섹션 제목: “메서드 상세”public static void on(int id, int color, int duration)Parameters:
duration- 백라이트가 켜져있는 시간을(msec 단위로)
off
섹션 제목: “off”public static void off()- 백라이트를 끈다
before
섹션 제목: “before”public static void before()- 백라이트를 프로그램 실행 이전 상태로 유지한다
alwaysOn
섹션 제목: “alwaysOn”public static void alwaysOn()- 백라이트를 계속해서 킨다
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com