player_queue_099

This commit is contained in:
e2002
2023-03-16 17:55:06 +03:00
parent 563770a825
commit cc874054b6
19 changed files with 90 additions and 58 deletions

View File

@@ -49,7 +49,7 @@ const WidgetConfig bootWdtConf PROGMEM = { 0, 216, 1, WA_CENTER };
const ProgressConfig bootPrgConf PROGMEM = { 90, 14, 4 };
/* BANDS */ /* { onebandwidth, onebandheight, bandsHspace, bandsVspace, numofbands, fadespeed } */
const VUBandsConfig bandsConf PROGMEM = { 32, 130, 4, 2, 10, 6 };
const VUBandsConfig bandsConf PROGMEM = { 32, 130, 4, 2, 10, 3 };
/* STRINGS */
const char numtxtFmt[] PROGMEM = "%d";

View File

@@ -20,7 +20,7 @@ typedef GFXcanvas16 Canvas;
#include "widgets/widgets.h"
#include "widgets/pages.h"
#if __has_include("conf/displayST7796conf_custom.h")
#if __has_include("conf/displayILI9488conf_custom.h")
#include "conf/displayILI9488conf_custom.h"
#else
#include "conf/displayILI9488conf.h"

View File

@@ -1,5 +1,5 @@
#ifndef displaySSD1305_h
#define displaySSD1305_h
#ifndef displaySSD1322_h
#define displaySSD1322_h
#include "../core/options.h"
#include "Arduino.h"
@@ -22,7 +22,7 @@ typedef GFXcanvas1 Canvas;
#include "widgets/widgets.h"
#include "widgets/pages.h"
#if __has_include("conf/displaySSD1305conf_custom.h")
#if __has_include("conf/displaySSD1322conf_custom.h")
#include "conf/displaySSD1322conf_custom.h"
#else
#include "conf/displaySSD1322conf.h"

View File

@@ -1,5 +1,5 @@
#ifndef displayST7789_h
#define displayST7789_h
#ifndef displayST7796_h
#define displayST7796_h
#include "../core/options.h"
#include "Arduino.h"

View File

@@ -1,5 +1,5 @@
#ifndef displaySSD1305_h
#define displaySSD1305_h
#ifndef displayST7920_h
#define displayST7920_h
#include "../core/options.h"
#include "Arduino.h"