UnforeseenOcean / DRGDice

A digital dice for Deep Rock Galactic (the board game) and Dungeons and Dragons
0 stars 1 forks source link

Update code to support ILI9341 displays #1

Closed UnforeseenOcean closed 2 years ago

UnforeseenOcean commented 2 years ago

ILI9341 display samples have been acquired so that the porting work can begin. By ditching the old, clunky 1.5.3 version of the Adafruit GFX library, the drawing speed for the display can be significantly improved.

There are two variants of the display module, one with an MCUFRIEND "yellow pin" board, and the other with a "SPIFLASH" board.

UnforeseenOcean commented 2 years ago

Finished (sort of...) -- Please use DRGDice_MCUFriend version.