v0.6.010
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
#define displayLC1602_h
|
||||
|
||||
#include "Arduino.h"
|
||||
#if DSP_MODEL==DSP_1602I2C
|
||||
#include "../LiquidCrystalI2C/LiquidCrystalI2CEx.h"
|
||||
|
||||
#else
|
||||
#include <LiquidCrystal.h>
|
||||
#endif
|
||||
#define TFT_LINEHGHT 1
|
||||
#define TFT_FRAMEWDT 0
|
||||
|
||||
@@ -21,7 +24,11 @@
|
||||
#define BOOTSTR_TOP1 1
|
||||
#define STARTTIME_PL 2000
|
||||
|
||||
#if DSP_MODEL==DSP_1602I2C
|
||||
class DspCore: public LiquidCrystal_I2C {
|
||||
#else
|
||||
class DspCore: public LiquidCrystal {
|
||||
#endif
|
||||
public:
|
||||
bool fillSpaces;
|
||||
DspCore();
|
||||
|
||||
Reference in New Issue
Block a user