Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/LCD/Release_Notes.md')
-rw-r--r--Utilities/LCD/Release_Notes.md112
1 files changed, 112 insertions, 0 deletions
diff --git a/Utilities/LCD/Release_Notes.md b/Utilities/LCD/Release_Notes.md
new file mode 100644
index 000000000..6a4c080bb
--- /dev/null
+++ b/Utilities/LCD/Release_Notes.md
@@ -0,0 +1,112 @@
+---
+pagetitle: Release Notes for LCD Utility Drivers
+lang: en
+---
+
+::: {.row}
+::: {.col-sm-12 .col-lg-4}
+
+::: {.card .fluid}
+::: {.sectione .dark}
+<center>
+# <small>Release Notes for </small> LCD Utility Drivers
+Copyright &copy; 2019 STMicroelectronics\
+
+[![ST logo](_htmresc/st_logo.png)](https://www.st.com){.logo}
+</center>
+:::
+:::
+
+# License
+
+This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this component except in compliance with the License. You may obtain a copy of the License at:
+
+[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
+
+# Purpose
+
+This driver provides a set of basic 2D display functions common for all LCDs. It can be used on top of BSP LCD drivers offering the following basic APIs:
+
+- BSP_LCD_DrawBitmap
+- BSP_LCD_FillRGBRect
+- BSP_LCD_DrawHLine
+- BSP_LCD_DrawVLine
+- BSP_LCD_FillRect
+- BSP_LCD_ReadPixel
+- BSP_LCD_WritePixel
+- BSP_LCD_GetXSize
+- BSP_LCD_GetYSize
+- BSP_LCD_SetActiveLayer
+- BSP_LCD_GetPixelFormat
+
+
+:::
+
+::: {.col-sm-12 .col-lg-8}
+# Update History
+
+::: {.collapse}
+<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
+<label for="collapse-section4" aria-hidden="true">V2.0.0 / 25-February-2020</label>
+<div>
+## Main Changes
+
+- Rename basic_gui.c/.h into stm32_lcd.c/.h
+- Rename GUI_* APIs into UTILS_LCD_* APIs
+
+## Backward compatibility
+
+- This version breaks the compatibility with the previous versions
+
+## Dependencies
+
+- This software must be used with Components/common version v7.0.0 or greater.
+
+</div>
+:::
+
+::: {.collapse}
+<input type="checkbox" id="collapse-section3" aria-hidden="true">
+<label for="collapse-section3" aria-hidden="true">V1.0.2 / 30-October-2019</label>
+<div>
+## Main Changes
+
+- Update st_logo.png inclusion path in Release notes.
+
+</div>
+:::
+
+::: {.collapse}
+<input type="checkbox" id="collapse-section2" aria-hidden="true">
+<label for="collapse-section2" aria-hidden="true">V1.0.1 / 10-May-2019</label>
+<div>
+## Main Changes
+
+- Add LINE macro in basic_gui.h
+
+</div>
+:::
+
+::: {.collapse}
+<input type="checkbox" id="collapse-section1" aria-hidden="true">
+<label for="collapse-section1" aria-hidden="true">V1.0.0 / 12-April-2019</label>
+<div>
+## Main Changes
+
+### Component release
+
+- First Official release of Basic_GUI utilities drivers in line with STM32Cube BSP drivers development guidelines (UM2298)
+
+## Dependencies
+
+This software release is compatible with BSP Common V6.0.0 or above
+</div>
+:::
+
+:::
+:::
+
+<footer class="sticky">
+For complete documentation on STM32 Microcontrollers ,
+visit: [http://www.st.com/STM32](http://www.st.com/STM32)
+</footer>