I am using LWUIT to construct an application. In LWUIT , one can flash a backlight of a cellphone with the following command:
Display.getInstance().flashbacklight();
The frequency at which the backlight flashes is pretty low.
How do I make the backlight flash faster?