LCD Library

nRF5 SDK v15.0.0

This module defines generic API for LCDs. More...

Data Structures

struct lcd_cb_t
LCD instance control block. More...
struct nrf_lcd_t
LCD instance type. More...

Detailed Description

This module defines generic API for LCDs.

Enumeration Type Documentation

Enumerator with available rotations.

Enumerator
NRF_LCD_ROTATE_0

Rotate 0 degrees, clockwise.

NRF_LCD_ROTATE_90

Rotate 90 degrees, clockwise.

NRF_LCD_ROTATE_180

Rotate 180 degrees, clockwise.

NRF_LCD_ROTATE_270

Rotate 270 degrees, clockwise.