Okay for anyone who wants here a unified sketch for making graphical interface for esp SPI screen and MQTTquickly. just set up position and number of elements and what elements you want ie:Graphs, horizontal, vertical bars . radial dial segment or unsegmented - enter in topic and other network info and away you go… it looking so nice i am probably going to buy a 7 inch or 9 inch TFT that i found for the ESP and make a centralize display panel and micro remote panels with the smaller 2.8 screen seen here
the INO Meter_ring_1_espmqtt-test.zip (6.8 KB)
oops found an error in the code a line needs to look be this
if (millis() - runTime >=(60000* ((Time/2)/60))){
it adjust the timing on when to refresh the gragh
Meter_ring_1_espmqtt-test_1.zip (6.8 KB)