You've already forked TEF6686_ESP32
move things around
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef RDS_H
|
||||
#define RDS_H
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <TFT_eSPI.h>
|
||||
@@ -161,4 +160,3 @@ extern void tftPrint(int8_t offset, const String & text, int16_t x, int16_t y, i
|
||||
extern void tftReplace(int8_t offset, const String & textold, const String & text, int16_t x, int16_t y, int color, int smoothcolor, int background, uint8_t fontsize);
|
||||
extern bool isDST(time_t t);
|
||||
extern const char* textUI(uint16_t number);
|
||||
#endif
|
||||
Reference in New Issue
Block a user