Dynamic Control  

Developer: Open Source Plugins
Category: Reporting/UI/Control Pages
Github: Github Repo
Assistance: Get help!   
Plugin ID: com.bertmartin.DynamicButton
Latest release: v1.1.0 released on Nov. 29, 2017 (this release is only compatible with Indigo 2022.2 and earlier)
Requires: Indigo v7.0.2 thru v2022.2
  Download latest release

Dynamic Control

Indigo Plugin to create dynamic controls that change size and color. Please see the instruction wiki for more information.

Release details
Released on: Nov. 29, 2017
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Prep for store

Requirements

Dynamic Control requires the Python Image Library module to be installed (Pillow). This module is not included in the base install of Python and must be manually installed.

To install run the following from the terminal:

    sudo pip install Pillow

If you have issues with the above command you may need to run:

    sudo -H pip install Pillow