Skip to content

Can now display special character.

Latest
Compare
Choose a tag to compare
@TheJLifeX TheJLifeX released this 22 Jun 18:12
· 1 commit to master since this release

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 ❤.