Skip to content

Releases: TheJLifeX/ScrollingText8x8Display

Can now display special character.

Choose a tag to compare

@TheJLifeX TheJLifeX released this 22 Jun 18:12

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.

Choose a tag to compare

@TheJLifeX TheJLifeX released this 15 Jun 16:52

hello-wold-scrolling-text-arduino