Framebuffer LED Functions

Functions that deal with the light emitting diode connected to the current framebuffer. More...

Functions

EAPI void ecore_fb_led_set (int on)
 Sets whether the current framebuffer's LED to the given state.
EAPI void ecore_fb_led_blink_set (double speed)
 Makes the LED of the current framebuffer blink.

Detailed Description

Functions that deal with the light emitting diode connected to the current framebuffer.


Function Documentation

EAPI void ecore_fb_led_blink_set ( double  speed  ) 

Makes the LED of the current framebuffer blink.

Parameters:
speed Number to give the speed on the blink.
Todo:
Documentation: Work out what speed the units are in.

EAPI void ecore_fb_led_set ( int  on  ) 

Sets whether the current framebuffer's LED to the given state.

Parameters:
on 1 to indicate the LED should be on, 0 if it should be off.