hicksan
hicksan
Hi I am using an ESP8266 within Arduino IDE 1.8.16 with SdFat. On compiling I get loads of errors relating to SdFat. I have tried various board manager libraries for...
Hi Bill, I am using your SdFat library in a project with an ESP8266 main processor and an SD card reader. Thus far all fine but I now need to...
This is purely due to the data structure used by ArduinoMenu and the memory addressing is using PROGMEM for AVRs and RAM for non-AVRs and AVRs with dynamic menus –...
I set up the basic demo for reading an SD card with ArduinoMenu but it didn't work - output garbage characters and crashed repeatedly. Passed on to friends with more...
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...
Is there an easy way to pre-allocate one row of the display as not part of the menu window - ie under direct user control? I would like to include...
Might it be possible to have an additional form of the FIELD entry for menus, to handle inputs of large values. At present we have: FIELD - numeric field for...
I tried to open these files but none of them are recognised by any software I have that uses these extensions (.blend, .sch & .dxf).
I would like to modify this as "telegraph system", ie using wires instead of radio. I already have protocol but just need to know where in the code to remove...
Can this library be used with RP2040? Apparently lots of Arduino libraries have been ported already. It would be nice to have a menu interface consistent across devices.