mirror of
https://github.com/adafruit/Adafruit_ILI9341.git
synced 2026-07-28 04:06:19 +00:00
Merge pull request #99 from caternuson/uno_r4
Update preproc for Uno R4
This commit is contained in:
Executable → Regular
+2
-1
@@ -49,7 +49,8 @@
|
||||
#include "Adafruit_ILI9341.h"
|
||||
#ifndef ARDUINO_STM32_FEATHER
|
||||
#include "pins_arduino.h"
|
||||
#ifndef RASPI
|
||||
#if !defined(RASPI) && !defined(ARDUINO_UNOR4_MINIMA) && \
|
||||
!defined(ARDUINO_UNOR4_WIFI)
|
||||
#include "wiring_private.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Executable → Regular
+1
-1
@@ -101,7 +101,7 @@
|
||||
|
||||
#define ILI9341_GMCTRP1 0xE0 ///< Positive Gamma Correction
|
||||
#define ILI9341_GMCTRN1 0xE1 ///< Negative Gamma Correction
|
||||
//#define ILI9341_PWCTR6 0xFC
|
||||
// #define ILI9341_PWCTR6 0xFC
|
||||
|
||||
// Color definitions
|
||||
#define ILI9341_BLACK 0x0000 ///< 0, 0, 0
|
||||
|
||||
Reference in New Issue
Block a user