Skip to content

Commit

Permalink
version info and doxygen tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fdivitto committed May 22, 2022
1 parent c7d1f49 commit 1db8c30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"maintainer": true
}
],
"version": "1.0.6",
"version": "1.0.7",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "fabgl.h"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FabGL
version=1.0.6
version=1.0.7
author=Fabrizio Di Vittorio <[email protected]>
maintainer=Fabrizio Di Vittorio <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion src/dispdrivers/cvbs16controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/fabutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 1db8c30

Please sign in to comment.