LCD TFT for ssd0139 driver 8 bit mode - using portout for max speed

Dependents:   TFT_CJS_ssd01399_portver_prettyfont TFT_CJS_ssd01399_portver_prettyfont snake_main_game ServerLatest

Fork of LCDTFT_ssd01399 by chris stevens

Revision:
5:290d9f5dd5e8
Parent:
4:1c2f9e3b9b12
Child:
6:b5ecdc15f1a3
--- a/LCDTFT.cpp	Wed Jun 10 15:47:22 2015 +0000
+++ b/LCDTFT.cpp	Fri Jun 12 09:05:40 2015 +0000
@@ -211,7 +211,7 @@
                 vLCDTFTWriteCommandData(address,data);
                 }
         }
-        wait_ms(3); // changed from 1
+        wait_ms(1); 
         
 
 /*
@@ -279,7 +279,7 @@
     vLCDTFTAddressSetPoint(x,y);
     vLCDTFTWriteData(Color);
 }
- 
+ // write a text into the display using abasic 5x7 font defined in fuentes.h
 void LCDTFT::vLCDTFTText(unsigned short x,unsigned short y,const char *PtrText,const char (*Fuente)[5],unsigned char Alto,unsigned short Color,unsigned short BackColor){
    unsigned short i, j, k, l, m, temp,lmax;           
    char DataPunto[5];