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

@@ -60,6 +60,7 @@ public:
return i2c.query(ADDR);
}
/*
void dumpConfig() {
const uint16_t cfg = getConfig();
const uint8_t mode = (cfg & 0b00000000000111) >> 0;
@@ -75,6 +76,7 @@ public:
if (brng) {printf("- bus voltage range [0:16]\n");}
else {printf("- bus voltage range [0:32]\n");}
}
*/
private: