Hexiwear OLED Display Driver

Dependents:   Hexi_OLED_TextImage_Example Hexi_OLED_Text_Example Hexi_OLED_Image_Example security-console-app ... more

Revision:
6:0060ffa3f4dc
Parent:
5:a5b4b36a1aed
--- a/OLED_types.h	Fri Aug 26 18:13:10 2016 +0000
+++ b/OLED_types.h	Fri Aug 26 19:56:07 2016 +0000
@@ -105,8 +105,8 @@
 
 typedef struct
 {
-         uint8_t xCrd;
-         uint8_t yCrd;
+         int8_t xCrd;
+         int8_t yCrd;
          uint8_t width;
          uint8_t height;
     oled_pixel_t areaBuffer;