Programming my nextion screen

Hello guys, hope your all doing well.
I'm working on an HMI using a nextion screen and it's great and compatible with arduino's boards. I'm working with an Arduino Mega and it's functioning properly but now I'll switch to an ATmega32m1 instead so what is it should I change in my nextion library to make it compatible with this.

Nothing.
The Nextion library uses only Serial interface to work with display.
Please note, however, that Atmega32 has very limited resources(RAM, Flash sizes, number of GPIOs) as compared with Arduino Mega.

Yes I get your point but it's okay, it's more than enough for what I'm using it for
it's just the communication that I'm afraid of, if I have to define something different or adjust in the libraries. My pcb is arriving later today with the ATmega32m1 chip, I'll try it out without changing anything and let you know if it works. Thanks a lot!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.