Menu

displayRaw

Majenko Technologies

Format

:::C
void displayRaw(unsigned char l, unsigned char r);

Description

Set a raw display value for both digits of the LED display. See [Display Mapping] for more information.
Example


:::C
displayRaw(0b01101001, 0b01000111);

Related

Wiki: Firmware Functions

MongoDB Logo MongoDB