add sort alpha section to other LPC1768 boards
This commit is contained in:
Bob-the-Kuhn
2017-10-27 13:42:19 -05:00
parent 31e96935f7
commit b7a66742dd
6 changed files with 66 additions and 6 deletions

View File

@ -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();