AvrIO  1.4.5
Bibliothèque C modulaire pour ATMEL AVR
lcd_backlight.h
1 
18 #ifndef _AVRIO_LCD_BACKLIGHT_H_
19 # define _AVRIO_LCD_BACKLIGHT_H_ 1
20 # include <avrio/defs.h>
21 
22 __BEGIN_C_DECLS
23  /* ======================================================================== */
39  /* internal public functions ============================================== */
43 void vLcdCtrlBacklightInit (void);
44 
50 int8_t iLcdBacklightSet (int8_t iPercent);
51 
52 # if defined(__DOXYGEN__)
53 /*
54  * __DOXYGEN__ defined
55  * Partie documentation ne devant pas être compilée.
56  * =============================================================================
57  */
58 
63 # else
64 /*
65  * __DOXYGEN__ not defined
66  * Partie ne devant pas être documentée.
67  * =============================================================================
68  */
69 
70 # endif /* __DOXYGEN__ not defined */
71 /* ========================================================================== */
72 __END_C_DECLS
73 #endif /* _AVRIO_LCD_BACKLIGHT_H_ */
int8_t iLcdBacklightSet(int8_t iPercent)
Modifie l&#39;intensité de l&#39;allumage du rétroéclairage.
void vLcdCtrlBacklightInit(void)
Initialise la commande de rétroéclairage de l&#39;afficheur.