Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hexi_KW40Z images
Diff: Hexi_OLED_SSD1351.cpp
- Revision:
- 1:8ab4a1e27785
- Parent:
- 0:f70b1d60f794
--- a/Hexi_OLED_SSD1351.cpp Wed Mar 15 19:14:55 2017 +0000
+++ b/Hexi_OLED_SSD1351.cpp Mon Mar 27 17:36:47 2017 +0000
@@ -635,7 +635,8 @@
text_height = selectedFont_height;
-
+ /* Disable this for now.Generated Fontwidth supposedly a lot wider than it really is*/
+ #if 0
if (( oled_dynamic_area.width < text_width )||( oled_dynamic_area.height < text_height ))
{
oled_dynamic_area_t textArea;
@@ -643,6 +644,7 @@
textArea.height = text_height;
SetDynamicArea(&textArea);
}
+ #endif
currentChar_y = ( oled_dynamic_area.height - text_height ) >> 1;