Renesas H8S Instrukcja Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 26
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
Direct Drive LCD Design Guide
4.1.4 LCDBacklight
Direct Driver backlight control.
Format
void LCDBacklight(int state);
Parameters
state
Requested backlight state 0=off, non-0 = on.
Return Values
None
Properties
Prototyped in file ”DirectLCD.h”
Implemented in file “DirectLCD_SBF.c” for H8S family or “DirectLCD_XBCFT.c” for H8SX family.
Description
This function is used to control the state of the LCD backlight.
Example
{
LCDBacklight(1); /* turn backlight on */
}
17
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Komentarze do niniejszej Instrukcji

Brak uwag