use sparkfun lib for sensors adafruit has issues
This commit is contained in:
9
lcd.h
9
lcd.h
@@ -3,6 +3,11 @@
|
||||
#include "Arduino.h"
|
||||
#include "sensor.h"
|
||||
|
||||
#include "NotoSansBold36.h"
|
||||
#include <TFT_eSPI.h>
|
||||
#include "dial.h"
|
||||
#include <TJpg_Decoder.h>
|
||||
|
||||
void initLCD();
|
||||
void handleLCD();
|
||||
|
||||
@@ -10,4 +15,6 @@ void plotNeedle(int16_t angle, uint16_t ms_delay, uint32_t value);
|
||||
void setOTAProgress(uint8_t value);
|
||||
void ProgressbarVisible(bool visible);
|
||||
|
||||
void backlightRefresh(void);
|
||||
void backlightRefresh(void);
|
||||
void nextSensor(void);
|
||||
void previousSensor(void);
|
||||
Reference in New Issue
Block a user