Fixed typoes
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / st7735.c
index 939015e..db222de 100644 (file)
@@ -433,8 +433,7 @@ void lcdScroll(int16_t pixels, uint16_t fillColor)
 /*************************************************/
 uint16_t lcdGetControllerID(void)
 {
 /*************************************************/
 uint16_t lcdGetControllerID(void)
 {
-  // ToDo
-  return 0;
+  return 0x7735;
 }
 
 /*************************************************/
 }
 
 /*************************************************/
This page took 0.018356 seconds and 4 git commands to generate.