Skip to content

Releases: TheJLifeX/ScrollingText8x8Display

Can now display special character.

22 Jun 18:12
Compare
Choose a tag to compare

font-8x8-overview

image source

For example the heart ❤ (column index: 0x and row index: x3) is at index 0x03.

  int heartIndex = 0x03;
  render.displayCharacter(heartIndex); // display a scrolling heart ❤.

Display a scrolling text on a 8x8 LED display using arduino.

15 Jun 16:52
Compare
Choose a tag to compare