aboutsummaryrefslogtreecommitdiffstats
path: root/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.c')
-rwxr-xr-xlcd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lcd.c b/lcd.c
index 5a4cede..8ebae1a 100755
--- a/lcd.c
+++ b/lcd.c
@@ -1,5 +1,4 @@
#include "lcd.h"
-#include "conf.h"
//LCD Functions Developed by electroSome
@@ -108,7 +107,7 @@ void Lcd_Shift_Left(void) {
}
// For some VFD's like Noritake
-
+#ifdef VFD
void Vfd_Set_Brightness(int level) {
Lcd_Cmd(0x03);
__delay_ms(11);
@@ -116,4 +115,5 @@ void Vfd_Set_Brightness(int level) {
/////////////////////////////////////////////////////
Lcd_Cmd(0x02);
Lcd_Write_Char(level);
-} \ No newline at end of file
+}
+#endif \ No newline at end of file