EU1KY AA
sdigits.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define SMfgTypes
 
#define b2b(b7u, b6u, b5u, b4u, b3u, b2u, b1u, b0u)   ((uint8_t)((b7u)*128u + (b6u)*64u + (b5u)*32u + (b4u)*16u + (b3u)*8u + (b2u)*4u + (b1u)*2u + (b0u)))
 
#define TCDATA   const uint8_t
 

Variables

const uint8_t *const sdigits [256]
 
const uint8_t sdigits_height
 
const uint8_t sdigits_spacing
 

Macro Definition Documentation

#define b2b (   b7u,
  b6u,
  b5u,
  b4u,
  b3u,
  b2u,
  b1u,
  b0u 
)    ((uint8_t)((b7u)*128u + (b6u)*64u + (b5u)*32u + (b4u)*16u + (b3u)*8u + (b2u)*4u + (b1u)*2u + (b0u)))
#define SMfgTypes
#define TCDATA   const uint8_t

Variable Documentation

const uint8_t* const sdigits[256]
const uint8_t sdigits_height
const uint8_t sdigits_spacing