[Solved]Please help me how to define multiple pages in nextion display

you should put this just after the lambda:

// Do not wait for ack (this delays the whole procedure a lot, and has no use)
it.set_wait_for_ack(false);

you won’t get that ‘ACK timed out’ anymore.

1 Like