LCD Driver, some teensy code, SDCard code, MBR/FAT32

This commit is contained in:
2021-02-11 20:08:25 +01:00
parent 3babe3f1ef
commit faf6e55bc5
19 changed files with 1679 additions and 25 deletions

View File

@@ -5,6 +5,9 @@
/** https://fpgalover.com/images/manuals/SNES/time.JPG */
// Pinout on the chinese version
// left to right: gnd data latch clk +5v (also works with 3.3)
template <int PIN_LATCH, int PIN_DATA, int PIN_CLK> class SNESController {
public: