Push button image

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)
1 Like

I think you might want to add an image to a button?

Here is the example from the ControlP5 library:

http://www.sojamo.de/libraries/controlP5/examples/extra/ControlP5imageButton/ControlP5imageButton.pde

…and past related discussions of cp5 images and control elements: