neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
948 stars 191 forks source link

SDFatMenu library incompatible with U8G2OUT library #364

Open hicksan opened 3 years ago

hicksan commented 3 years ago

The SD Card library plugins only work with #define MENU_USERAM in macros.h. If not included then the filePickMenu displays garbage and crashes the program if clicked on. If included then the full menu displays correctly in the serial monitor.

The U8G2OUT library only works with this option removed. If included the LCD screen displays garbage even though the serial monitor displays correctly. Even the SD card filePickMenu displays as garbage on the LCD.

This is with the LCD and the SD card using different SPI bus pin sets, so the busses are completely independent to avoid clashing.

Please can anyone advise?