Is it possible to put a push button image ?. Control.lp5, from Sojamo libraries
Thank you
//cp5.addButton("columns_1_rows_1") //position of button
cp5.addButton("A")
.setPosition(30, 170) //x and y coordinates of upper left corner of button
.setSize(60, 60) //(width, height)
.setFont(font)