Mohammed Al Mahrouqi / N5110

Fork of N5110 by Craig Evans

Revision:
20:7afbb7d8598c
Parent:
19:ba8addc061ea
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Sat May 09 11:20:21 2015 +0000
@@ -36,7 +36,7 @@
     // Consult the datasheet if you need to change them
     sendCommand(CMD_VOP_7V38);    // operating voltage - these values are from Chris Yan's Library
     sendCommand(CMD_TC_TEMP_2);   // temperature control
-    sendCommand(CMD_BI_MUX_48);   // bias
+    sendCommand(CMD_BI_MUX_100);   // bias
 
     // function set - basic
     sendCommand(0x20 | CMD_FS_ACTIVE_MODE | CMD_FS_HORIZONTAL_MODE | CMD_FS_BASIC_MODE);