Jomelo / LCDMenuLib2

Create a tree menu. Use it with different lcd types / console output / ssh console.
MIT License
249 stars 46 forks source link

Enhanced SAMD support #53

Closed JustSomeRandomDIYGuy closed 4 years ago

JustSomeRandomDIYGuy commented 4 years ago

Hi Nils,

once I updated my library with your updated version, I realized that I modified something in my local copy before to make it work. Without this update you got errors like discribed in the posts #1434 and #1454 in the forum: Link

As solution I added defined(ARDUINO_ARCH_SAMD) to the condition for defining of _LCDML_ESP.

This basically solves the problem. However, I renamed the former _LCDML_ESP to _LCDML_USE_RAM as this name seams to be more appropriate now.

Hope you like it, Marco

Jomelo commented 4 years ago

Thanks for this pull request.