forked from Bodmer/TFT_eSPI
Cleanup arduino useless bullshit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <string.h>
|
||||
|
||||
/**************************************************************************************
|
||||
// The following class creates Sprites in RAM, graphics can then be drawn in the Sprite
|
||||
// and rendered quickly onto the TFT screen. The class inherits the graphics functions
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#include <string.h>
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// TFT_eSPI driver functions for ESP32 processors //
|
||||
////////////////////////////////////////////////////
|
||||
|
@@ -41,6 +41,10 @@
|
||||
#define SPI_BUSY_CHECK
|
||||
#endif
|
||||
|
||||
#include "freertos/task.h"
|
||||
#include "wiring_shift.h"
|
||||
#include "esp32-hal-gpio.h"
|
||||
|
||||
namespace {
|
||||
void delay(uint32_t ms)
|
||||
{
|
||||
|
@@ -27,7 +27,6 @@
|
||||
***************************************************************************************/
|
||||
|
||||
//Standard support
|
||||
#include <Arduino.h>
|
||||
#include <SPI.h>
|
||||
|
||||
#include <string_view>
|
||||
|
Reference in New Issue
Block a user