nRF5 SDK v17.1.0
Data Structures | Enumerations
LCD Library

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...
 

Enumerations

enum  nrf_lcd_rotation_t {
  NRF_LCD_ROTATE_0 = 0,
  NRF_LCD_ROTATE_90,
  NRF_LCD_ROTATE_180,
  NRF_LCD_ROTATE_270
}
 Enumerator with available rotations. 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.


Documentation feedback | Developer Zone | Subscribe | Updated