Welcome! Log In Create A New Profile

Advanced

Card Detect Display

Posted by maralb 
Card Detect Display
March 04, 2014 01:23PM
new version 0.9.1.6 does not show display
Card Detect
things have changed?

Azteeg x3
Viki Lcd

Edited 1 time(s). Last edit at 03/04/2014 01:25PM by maralb.
Re: Card Detect Display
March 04, 2014 02:09PM
Hi,

check ui.h and search

#if FEATURE_CONTROLLER==5 // Viki Lcd

there you see 2 times
#define SDCARDDETECT 49

the last one with -1. Remove the last one and check that the other one is set to your card detect pin. Please report back if it works. I had a user who said it did not work, so I assumed there was no working detect which is why I set it to -1.


Repetier-Software - the home of Repetier-Host (Windows, Linux and Mac OS X) and Repetier-Firmware.
Repetier-Server - the solution to control your printer from everywhere.
Visit us on Facebook and Twitter!
Re: Card Detect Display
March 04, 2014 03:56PM
ok it works now
I removed the second entry in ui.h

# if FEATURE_CONTROLLER == 5 / / Viki Lcd

/ / You need to change according to Functional These 3 button positions the
/ / Where you put them into your board!
# define UI_ENCODER_A 7 / / pins are connected to the encoder clicks
# define UI_ENCODER_B 22
# define UI_RESET_PIN 32 / / single button for reset
# define SDCARDDETECT 49 / / Set to -1 if you have not connected That pin
# define SDSS 53 / / Chip select pin

# define true SDSUPPORT
# define false SDCARDDETECTINVERTED
# define SDCARDDETECT -1 "This has been removed"
Sorry, only registered users may post in this forum.

Click here to login