Updates to follow mbed SDK coding style guidelines.

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   53L0A1_Satellites_with_Interrupts_OS5 Display_53L0A1_OS5

Fork of X_NUCLEO_53L0A1 by ST

Embed: (wiki syntax)

« Back to documentation index

7 segment display

7 segment display

macro use for human readable segment building More...

Variables

static const uint8_t ascii_to_display_lut [256]
 Ascii to 7 segment lookup table.

Detailed Description

macro use for human readable segment building

  --s0--
  s    s
  5    1
  --s6--
  s    s
  4    2
  --s3-- . s7 (dp)

Variable Documentation

static const uint8_t ascii_to_display_lut [static]

Ascii to 7 segment lookup table.

Most common character are supported and follow http://www.twyman.org.uk/Fonts/ few extra special @ ^~ ... etc are present for specific demo purpose

Definition at line 136 of file Display_class.h.