Help for showing multi text via botton in ssd1306 display

The output for the StateChangeDetection example looks like this

on
number of button pushes: 1
off
on
number of button pushes: 2
off
on
number of button pushes: 3
off
on
number of button pushes: 4

Write some code along the lines of

if (buttonPushCounter == 1)
{
  //code here to print word HOW
}

and so on

1 Like