This commit is contained in:
e2002
2022-04-07 09:06:28 +03:00
parent 40f194ab26
commit a9d77271b9
17 changed files with 1044 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
const byte controlspaces[] = { CLOCK_SPACE, VOL_SPACE };
#if DSP_MODEL==DSP_1602I2C
#ifdef LCD_I2C
DspCore::DspCore(): LiquidCrystal_I2C(SCREEN_ADDRESS, 16, 2, I2C_SDA, I2C_SCL) {
}
@@ -30,7 +30,7 @@ void DspCore::apScreen() {
}
void DspCore::initD(uint16_t &screenwidth, uint16_t &screenheight) {
#if DSP_MODEL==DSP_1602I2C
#ifdef LCD_I2C
init();
backlight();
#else