netserver_queue
This commit is contained in:
@@ -50,7 +50,7 @@ const WidgetConfig bootWdtConf PROGMEM = { 0, 162, 1, WA_CENTER };
|
||||
const ProgressConfig bootPrgConf PROGMEM = { 90, 14, 4 };
|
||||
|
||||
/* BANDS */ /* { onebandwidth, onebandheight, bandsHspace, bandsVspace, numofbands, fadespeed } */
|
||||
const VUBandsConfig bandsConf PROGMEM = { 24, 100, 4, 2, 10, 5 };
|
||||
const VUBandsConfig bandsConf PROGMEM = { 24, 100, 4, 2, 10, 4 };
|
||||
|
||||
/* STRINGS */
|
||||
const char numtxtFmt[] PROGMEM = "%d";
|
||||
|
||||
@@ -282,7 +282,7 @@ void VuWidget::_draw(){
|
||||
#if !defined(USE_NEXTION) && I2S_DOUT==255
|
||||
static uint8_t cc = 0;
|
||||
cc++;
|
||||
if(cc>1){
|
||||
if(cc>0){
|
||||
player.getVUlevel();
|
||||
cc=0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user