Adafruit_SPITFT_Macros.h 329 B

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