4 Rotary encoders with 5110 LCD display. For Nucleo boards

Dependencies:   N5110 mbed

Revision:
2:7d10aa2795c5
Parent:
1:d7d729404013
Child:
3:bf5e17e09fe3
--- a/main.cpp	Sun Sep 18 18:49:37 2016 +0000
+++ b/main.cpp	Sun Sep 18 19:21:12 2016 +0000
@@ -28,7 +28,7 @@
      // first need to initialise display
         lcd.init();
         encoder.setHandleCCW(CCW_Handle);
-         encoder.setHandleCC(CW_Handle);
+        encoder.setHandleCC(CW_Handle);
 
 //    while(1) {
 //        for (i=1; i<7; i++) {