SPI based library for the ST7735 LCD controller.

Dependents:   RayCastingEngine RETRO_LCD_PerformanceTest RETRO_loop_test RETRO_RickGame ... more

Revision:
9:7ecd74dcb8ef
Parent:
8:12f16befa7e1
Child:
10:2750b87877d9
--- a/LCD_ST7735.h	Sat Oct 25 04:10:47 2014 +0000
+++ b/LCD_ST7735.h	Sat Oct 25 04:15:30 2014 +0000
@@ -206,7 +206,6 @@
         void selectDevice();   
         
     private:
-        void setPixelFast(int x, int y, uint16_t color);
         void drawVertLine(int x1, int y1, int y2, uint16_t color);
         void drawHorizLine(int x1, int y1, int x2, uint16_t color);
         void drawChar(const uint8_t *pFont, int x, int y, char c);