Added theme.c to keep gcc happy
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / ssd1331.c
index a934ba2..b9e5d1a 100644 (file)
@@ -109,16 +109,6 @@ uint16_t ssd1331Read(uint16_t addr)
   return 0;
 }
 
-/**************************************************************************/
-/*! 
-    @brief  Returns the 16-bit (4-hexdigit) controller code
-*/
-/**************************************************************************/
-uint16_t ssd1331Type(void)
-{
-  return 0x1331;
-}
-
 /**************************************************************************/
 /*! 
     @brief  Sets the cursor to the specified X/Y position
@@ -466,7 +456,7 @@ void lcdScroll(int16_t pixels, uint16_t fillColor)
 /**************************************************************************/
 uint16_t lcdGetControllerID(void)
 {
-  return ssd1331Type();
+  return 0x1331;
 }
 
 /**************************************************************************/
This page took 0.020849 seconds and 4 git commands to generate.