From 1db8c30505b293852b3be65653b7bfbe2e72afed Mon Sep 17 00:00:00 2001 From: Fabrizio Di Vittorio Date: Sun, 22 May 2022 11:06:24 +0200 Subject: [PATCH] version info and doxygen tweaks --- library.json | 2 +- library.properties | 2 +- src/dispdrivers/cvbs16controller.cpp | 2 +- src/fabutils.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 1c3719d40..576122097 100755 --- a/library.json +++ b/library.json @@ -16,7 +16,7 @@ "maintainer": true } ], - "version": "1.0.6", + "version": "1.0.7", "frameworks": "arduino", "platforms": "espressif32", "headers": "fabgl.h" diff --git a/library.properties b/library.properties index 45300e257..a36cd7ae0 100755 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FabGL -version=1.0.6 +version=1.0.7 author=Fabrizio Di Vittorio maintainer=Fabrizio Di Vittorio sentence=ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal diff --git a/src/dispdrivers/cvbs16controller.cpp b/src/dispdrivers/cvbs16controller.cpp index dea5ae0b2..062b43a30 100644 --- a/src/dispdrivers/cvbs16controller.cpp +++ b/src/dispdrivers/cvbs16controller.cpp @@ -576,7 +576,7 @@ void IRAM_ATTR CVBS16Controller::drawScanlineX2(void * arg, uint16_t * dest, int for (int i = 0; i < width; ++i) *dest++ = 0x1900; } else - //*/ + */ // optimization warn: horizontal resolution must be a multiple of 8! for (int col = 0; col < width; col += 16) { diff --git a/src/fabutils.h b/src/fabutils.h index 4519f5d18..f0dcc78c4 100644 --- a/src/fabutils.h +++ b/src/fabutils.h @@ -1063,7 +1063,7 @@ struct CoreUsage { // VideoMode /** \ingroup Enumerations - * @brief + * @brief Specifies a video mode */ enum class VideoMode { None, /**< Video mode has not been set. */