Renesas H8S Manual do Utilizador Página 17

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 26
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 16
Direct Drive LCD Design Guide
4.1.3 LCDInit
Direct Driver Initialization.
Format
LCDErrorType LCDInit(void);
Parameters
none
Return Values
0 if successful, non-zero if failure.
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 initialize the hardware necessary for the Direct Drive LCD to execute. This function
uses the configuration macros to set up the TPU and ExDMAC peripherals to transfer data from the frame
RAM to the LCD panel. After this function successfully executes the transfer of data to the panel by
ExDMAC will start and interrupts will be generated on every line to service the ExDMAC.
Example
{
LCDErrorType error = LCDInit();
if (error != 0) …
}
16
Vista de página 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 25 26

Comentários a estes Manuais

Sem comentários