J2ME背光

发布于 2024-07-20 06:35:25 字数 82 浏览 5 评论 0原文

除了预处理之外,是否有任何可靠的方法可以在多种模型上支持 J2ME 中的背光?

是否有任何库可以处理各种手机的背光? 问候。

Is there any reliable way to support back-light in J2ME on multitude of models, other then pre-processing?

Is there any library available that may handle the back-light for various phones out there?
Regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只涨不跌 2024-07-27 06:35:25

这不是诺基亚 UI API 中的直接控制,但 MIDP 中有一个控制背光的方法,它是 Display.flashBacklight(inturation)。 不幸的是,手机没有义务遵守这种方法。 但这个方法至少是MIDP的一部分,而不是一些专有的API。

This is not a direct control as in Nokia UI API, but there is a method in MIDP that controls backlight, it is Display.flashBacklight(int duration). Unfortunately, phones are not obliged to obey this method. But this method is at least part of MIDP, not some proprietary API.

递刀给你 2024-07-27 06:35:25

手机上的原生背光管理范围从完全自然到明显疯狂。

MIDP 规范中也没有它。

诺基亚 UI API 可以解决一些问题,并且实际上存在于非诺基亚手机上。

Native backlight management on phones ranges from the completely natural to the obviously insane.

It's also nowhere in the MIDP specifications.

The Nokia UI API allows to work around some issues and is actually present on non-Nokia phones.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文