LCD Menu using US2066 LCDs?

Greetings!

Looking to start using an OLED LCD based on the US2066 driver. Has anyone used an LCD of this type with any of the Arduino platforms? My son and I are attempting to create a simple menu that holds different functions within its sub-menus.

https://www.google.com/search?q=US2066+arduino

1 Like

I guess I meant to ask if anyone has ever created a menu using this LCD with the Arduino's

Yes it has code samples, you can find it like this:

https://www.google.com/search?q=arduino+menu+tree+lcd

But it will probably be simpler to build your own menu tree. Maybe a good way is to separate the menu tree into two parts, one performs the display update and the other performs the updates in other parts of the code, in this way I believe it is easier to concentrate the command codes in one part and display codes elsewhere. And if you want to do everything together to save program memory space, that's also valid.

1 Like

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