player_queue_099
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef displayST7789_h
|
||||
#define displayST7789_h
|
||||
#ifndef displayST7796_h
|
||||
#define displayST7796_h
|
||||
#include "../core/options.h"
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef displaySSD1305_h
|
||||
#define displaySSD1305_h
|
||||
#ifndef displayST7920_h
|
||||
#define displayST7920_h
|
||||
#include "../core/options.h"
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
Reference in New Issue
Block a user