.

Revision:
34:cafa6f431835
Parent:
21:ae0a4eedfc90
--- a/Inits/ILI9341.h	Mon Feb 06 12:29:33 2017 +0000
+++ b/Inits/ILI9341.h	Mon Dec 06 22:06:50 2021 +0000
@@ -26,9 +26,9 @@
     * @param LCDSIZE_X x size in pixel - optional
     * @param LCDSIZE_Y y size in pixel - optional
     */ 
-    ILI9341(proto_t displayproto, PortName port, PinName CS, PinName reset, PinName DC, PinName WR, PinName RD, const char* name ,const unsigned int LCDSIZE_X = 240, unsigned  int LCDSIZE_Y = 320);
+   /* ILI9341(proto_t displayproto, PortName port, PinName CS, PinName reset, PinName DC, PinName WR, PinName RD, const char* name ,const unsigned int LCDSIZE_X = 240, unsigned  int LCDSIZE_Y = 320);
     
-    /** Create a BUS display interface
+    /* * Create a BUS display interface
     * @param displayproto BUS_8 or BUS_16
     * @param buspins array of PinName to group as Bus
     * @param CS pin connected to CS of display