luxarts
About
- Username
- luxarts
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
So I have to redefine the pins in the pins.h and displaylist.h, right?
-
Oh, the header in the middle. I'll try to connect the SD card to it. Thanks!
-
The pin mode problem was in my slicer. At the end of the gcode my slicer adds "M42 P31 S255" (because I was using that pin for the lights of the case in a previous version) which means digitalWrite(31,LOW). So if the pin 31 was in input mode, when y…
-
Yes, in any other menus I can scroll faster. I tried with a few files in sd card and its a bit faster but remains slower than Atmega2560. I think the difference its because software SPI can't go fast as hardware SPI, but this surprise me because the…
-
But I can scroll like 1 file per second. It's extremly slow compared with the AVR version on an Atmega2560 (same display, of course).
-
I'll search in the files if another thing its using pins 31 and 33. I forgot to say that I'm using the ARM version of firmware in a DUE board with Smart RAMPS and RepRapDiscount Full Graphic Smart Controller. Also, the scroll in between files on SD …
-
Thanks for the reply! I found the option in pins.h for SD card but I can't find how to configure my display. It's a RepRapDiscount Full Graphic Smart Controller. In DisplayList.h the MOTHERBOARD 408 (the comment says Smart RAMPS) it's very different…