- Mar 14, 2018
-
-
Daniel Eichhorn authored
Fix typo
-
Daniel Eichhorn authored
Added getColor function
-
- Mar 13, 2018
-
-
Daniel Eichhorn authored
fix const condition check
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
Method to mirror the display
-
Daniel Eichhorn authored
Fix warnings when compiling against GCC 5.4
-
Daniel Eichhorn authored
correct type to avoid compiler warning
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
Allow for use of either 128x64 or 128x32 displays
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
Support for custom font table look-up function
-
- Feb 17, 2018
-
-
Marcel Stör authored
-
- Sep 06, 2017
-
-
Phạm Tiến Thành authored
-
- Jul 13, 2017
-
-
Matthew M. Burke authored
-
Matthew M. Burke authored
-
- Jun 25, 2017
-
-
Rotzbua authored
drawing pixel should be depended on screen size
-
- Jun 17, 2017
- May 20, 2017
- Mar 11, 2017
-
-
Dan Church authored
Fixes the following warnings when compiling using GCC 5.4: CXX OLEDDisplayUi.o ./OLEDDisplayUi.cpp: In member function 'void OLEDDisplayUi::drawFrame()': ./OLEDDisplayUi.cpp:284:48: error: 'y1' may be used uninitialized in this function [-Werror=maybe-uninitialized] x *= dir; y *= dir; x1 *= dir; y1 *= dir; ^ ./OLEDDisplayUi.cpp:284:37: error: 'x1' may be used uninitialized in this function [-Werror=maybe-uninitialized] x *= dir; y *= dir; x1 *= dir; y1 *= dir; ^ ./OLEDDisplayUi.cpp:284:26: error: 'y' may be used uninitialized in this function [-Werror=maybe-uninitialized] x *= dir; y *= dir; x1 *= dir; y1 *= dir; ^ ./OLEDDisplayUi.cpp:284:16: error: 'x' may be used uninitialized in this function [-Werror=maybe-uninitialized] x *= dir; y *= dir; x1 *= dir; y1 *= dir; ^ ./OLEDDisplayUi.cpp: In member function 'void OLEDDisplayUi::drawIndicator()': ./OLEDDisplayUi.cpp:393:35: error: 'y' may be used uninitialized in this function [-Werror=maybe-uninitialized] this->display->drawFastImage(x, y, 8, 8, image); ^ ./OLEDDisplayUi.cpp:393:35: error: 'x' may be used uninitialized in this function [-Werror=maybe-uninitialized] ./OLEDDisplayUi.cpp:387:7: error: 'posOfHighlightFrame' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (posOfHighlightFrame == i) { ^ cc1plus: some warnings being treated as errors
-
Dan Church authored
Fix the following warnings, seen when compiling with GCC 5.4: CXX OLEDDisplay.o ./OLEDDisplay.cpp: In member function 'void OLEDDisplay::drawStringInternal(int16_t, int16_t, char*, uint16_t, uint16_t)': ./OLEDDisplay.cpp:381:10: error: enumeration value 'TEXT_ALIGN_LEFT' not handled in switch [-Werror=switch] switch (textAlignment) { ^ ./OLEDDisplay.cpp: In member function 'void OLEDDisplay::drawInternal(int16_t, int16_t, int16_t, int16_t, const char*, uint16_t, uint16_t)': ./OLEDDisplay.cpp:722:13: warning: unused variable 'yScreenPos' [-Wunused-variable] int16_t yScreenPos = yMove + yOffset; ^ ./OLEDDisplay.cpp: In member function 'void OLEDDisplay::drawXbm(int16_t, int16_t, int16_t, int16_t, const char*)': ./OLEDDisplay.cpp:361:19: error: 'data' may be used uninitialized in this function [-Werror=maybe-uninitialized] data >>= 1; // Move a bit ^ cc1plus: some warnings being treated as errors
-
- Feb 17, 2017
-
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
Fix platforms in library.json
-
Arcao authored
-
- Feb 15, 2017
-
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
-
- Jan 13, 2017
-
-
Arcao authored
-
- Jan 08, 2017
-
-
Daniel Eichhorn authored
-
Daniel Eichhorn authored
fix typo in integer type (causes compile error)
-
Arcao authored
-
- Jan 06, 2017