From 7886fc05d459d958f3f036f2803cfa829e009344 Mon Sep 17 00:00:00 2001 From: sojamo Date: Mon, 8 Sep 2014 15:45:08 +0800 Subject: [PATCH] setSwitch now enabled --- examples/controllers/ControlP5icon/ControlP5icon.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/ControlP5icon/ControlP5icon.pde b/examples/controllers/ControlP5icon/ControlP5icon.pde index 5edf628..e9b2f56 100644 --- a/examples/controllers/ControlP5icon/ControlP5icon.pde +++ b/examples/controllers/ControlP5icon/ControlP5icon.pde @@ -25,7 +25,7 @@ void setup() { .setFont(createFont("fontawesome-webfont.ttf", 40)) .setFontIcons(#00f205,#00f204) //.setScale(0.9,1) - //.setSwitch(true) + .setSwitch(true) .setColorBackground(color(255,100)) .hideBackground() ;