major clean ups in tft_espi

This commit is contained in:
2026-02-17 19:02:21 +01:00
parent 57aa865b2b
commit ae194ed052
7 changed files with 172 additions and 844 deletions
-1
View File
@@ -23,7 +23,6 @@ bool Tuner_ReadBuffer(unsigned char *buf, uint16_t len) {
static void Tuner_Patch_Load(const unsigned char *pLutBytes, uint16_t size) {
unsigned char buf[24 + 1];
uint16_t i, len;
uint16_t r;
buf[0] = 0x1b;
while (size) {