Added auto SPI speed (not finished yet)

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-04-17 23:27:44 +02:00
parent eb1d57b0ca
commit f7a22f0eb3
4 changed files with 109 additions and 25 deletions
+1
View File
@@ -229,4 +229,5 @@ extern void startFMDXScan();
extern void DoMemoryPosTune();
extern void UpdateFonts(bool mode);
extern void tftPrint(int8_t offset, const String & text, int16_t x, int16_t y, int color, int smoothcolor, uint8_t fontsize);
extern void setAutoSpeedSPI();
#endif