Releases: TheJLifeX/ScrollingText8x8Display
Releases · TheJLifeX/ScrollingText8x8Display
Can now display special character.
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 ❤.