jyberg / Enhanced-Nextion-Library

Enhanced Nextion library for Arduino, NodeMcu, Esp8266,...
MIT License
47 stars 23 forks source link

NX8048P050 does not respond to a pagename.show() #33

Closed ahermida69 closed 8 months ago

ahermida69 commented 1 year ago

The current code that I developed worked 100% with the NX8048K050 screens. As soon as I connected the NX8048P050 the code doesn't work. More specifically, calls to show a page get executed but the page is never shown.

I can press buttons on the default page and the corresponding PopCallback() functions are correctly called. Any call to show() a page is called but the page does not show on the screen.