Widgets / directory

Level Display widget

What it does

Horizontal fill bar for bounded quantities (battery, tank, buffer). Optional gradient + alarm threshold coloring.

Pins

  • Semantics: Single virtual pin (V1..V127)
  • Reads from one virtual pin, V1..V127.
  • Default size: 2 x 3

Config fields

FieldTypeDefaultEffect
minnumber0Lower bound of the fill.
maxnumber100Upper bound of the fill.
unittextUnit shown next to the readout.
gradientbooleanfalseApplies a gradient fill.
alarmAbovenumberColors the bar red above this value.
colorcolorPrimary fill color.

Typical use

firmware.ino
void loop() {  int value = readBatteryPercent();  Blynk.virtualWrite(V6, value);}

iOS app

Yes — iOS level widget shares the gradient + alarm semantics.

See also

Related widgets