Releases: brainelectronics/micropython-nextion
Releases · brainelectronics/micropython-nextion
0.9.0
Added
- Support GPIO usage with
nextion_gpio
- Usage example of GPIO
0.8.0
Added
- Support all class specific functions of
- Button
- Dual state button
- Number
- Slider
- Waveform
Changed
- Add full line comment between different section of examples
Fixed
- Flake8 warnings in several classes due to many imports and inheritance
0.7.1
0.7.0
0.6.0
0.5.0
Added
- Support
Get_background_color_bco
andSet_background_color_bco
by new classCommonBackgroundColorMixin
incommon
- Support
Get_font_color_pco
,Set_font_color_pco
,getFont
andsetFont
by new classCommonFontMixin
incommon
Changed
- Inherit from
CommonFontMixin
andCommonBackgroundColorMixin
in- Button
- Checkbox
- Dual state button
- Gauge
- Number
- Progressbar
- Radio
- Slider
- Text
- Waveform
Fixed
- Remove unsupported
CommonValueMixin
from Button - Some typos in comments
0.4.0
Added
clearChannel(channel)
innextion_waveform
to clear a waveform channel data- Script to update version file based on changelog entry
- Requirements file for GitHub CI python publish workflow
- GitHub CI python publish workflow
Fixed
0.3.0
Added
- Function
hide()
andshow()
for all supported Nextion elements to hide or show the element on the screen - Example how to hide and show an element in hardware example
0.2.0
Added
brightness(value)
tonextion_hardware
to control the display brightnesssleep(state)
tonextion_hardware
to set display into sleep mode or wake it upreset()
tonextion_hardware
to reset the display to its default view like after a power cycle- Hardware example to show usage of new hardware functions
Fixed
- Invalid pin usage in
boot_wifi.py
file
0.1.0
Added
- This changelog file
.gitignore
file.flake8
filesetup.py
andsdist_upip.py
files for PyPi
package creation and deployLICENSE
filerequirements.txt
file to setup tools for board
interactionsREADME
file with usage instructions- Initial
nextion
library with basic element function support - Example
boot.py
and
boot_wifi.py
files - Examples for all supported Nextion elements
- Example HMI file to be used for all examples