ESOS32
ESOSOn32-bitProcessors
|
This file contains routines which define, configure, and allow use of the write-only "LCD character display" service on the STMicroelectronics ARM-Cortex hardware targeting the Edubase-v2 Communication with LCD display is via 6 GPIO pins (for RS,E, D4-D7) to implement the LCD nibble-wide data interface per the HD44780 informal specification. More...
Go to the source code of this file.
Functions | |
void | __esos_lcd44780_hw_config (void) |
ESOS_CHILD_TASK (__esos_lcd44780_hw_write_u8, uint8_t u8_data, BOOL b_isData) | |
Variables | |
volatile struct stTask | __stLCDChildTask |
This file contains routines which define, configure, and allow use of the write-only "LCD character display" service on the STMicroelectronics ARM-Cortex hardware targeting the Edubase-v2 Communication with LCD display is via 6 GPIO pins (for RS,E, D4-D7) to implement the LCD nibble-wide data interface per the HD44780 informal specification.
Definition in file esos_stm32l4_edub_4bit_lcd44780wo.h.