@A1ex
My knowledge has let me down, ie how to use display.idle()
I get an error regarding calling a Boolean.
My test snippet of code looks like this:
if display.idle() then
display.print("AAA", 100, 100, FONT.MEDIUM ,COLOR.WHITE,COLOR.BLACK)
else
display.print("BBB", 100, 100, FONT.MEDIUM ,COLOR.WHITE,COLOR.BLACK)
end
Any insight would be appreciated, ie why do I get an error?