Files
Arduino_Projects/libraries/Adafruit_GFX_Library/Adafruit_SPITFT_Macros.h
MindCreeper03 e490df1715 First Commit
2025-02-27 19:31:50 +01:00

7 lines
329 B
C

// THIS FILE INTENTIONALLY LEFT BLANK.
// Macros previously #defined here have been made into (mostly) inline
// functions in the Adafruit_SPITFT class. Other libraries might still
// contain code trying to #include this header file, so until everything's
// updated this file still exists (but doing nothing) to avoid trouble.