tested
add sort alpha section to other LPC1768 boards
This commit is contained in:
parent
31e96935f7
commit
b7a66742dd
6 changed files with 66 additions and 6 deletions
|
|
@ -3775,7 +3775,9 @@ void kill_screen(const char* lcd_msg) {
|
|||
void lcd_sdcard_menu() {
|
||||
ENCODER_DIRECTION_MENUS();
|
||||
|
||||
const uint16_t fileCnt = card.getnrfilenames();
|
||||
const uint16_t fileCnt = card.get_num_Files(); // Only access SD card if sort not active
|
||||
// This minimizes garbage on RepRap Discount Full Graphics Smart Controller
|
||||
// when using the Re-ARM card.
|
||||
START_MENU();
|
||||
MENU_BACK(MSG_MAIN);
|
||||
card.getWorkDirName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue