trstephen/ceng355

1 Column custom symbol for Hz

Closed this issue · 3 comments

Write a custom symbol to the LCD table that displays Hz in one character space.

This thing spits out the byte array for a custom character. Still have to write the uploading code but the designer is nice.

Apparently, this

byte customChar[8] = {
    0b10100,
    0b11100,
    0b10100,
    0b01111,
    0b00010,
    0b00100,
    0b01111,
    0b00000
};

will generate this
hz
@tkun3 Can you come up with a better Hz symbol? This one has a weird letter weight IMO

Implemented in #25