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