开发者

Screen brightness in J2ME

开发者 https://www.devze.com 2023-01-13 04:25 出处:网络
Do you know of any means for changing the screen brightness in J2ME. That is using a vendor-specific API, like Samsung\'s, etc.

Do you know of any means for changing the screen brightness in J2ME. That is using a vendor-specific API, like Samsung's, etc.

Than开发者_如何学编程ks!


I think the closest is Display.flashBacklight(int duration)

http://www.microemu.org/microemu-midp/apidocs/javax/microedition/lcdui/Display.html#flashBacklight%28int%29

Also see http://support.developer.motorola.com/cgi-bin/motodev.cfg/php/enduser/std_adp.php?p_faqid=592&p_created=1170311265&p_topview=1


There is away to do it with the Nokia-specific API.

0

精彩评论

暂无评论...
验证码 换一张
取 消