Skip to content

Releases: brainelectronics/micropython-nextion

0.9.0

30 Jul 08:28
4a6fade
Compare
Choose a tag to compare

Added

0.8.0

30 Jul 07:30
af4f5e0
Compare
Choose a tag to compare

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

29 Jul 08:10
d1beb1b
Compare
Choose a tag to compare

Fixed

  • Add class CommonPointerMixin to common

0.7.0

29 Jul 08:03
1ed28f1
Compare
Choose a tag to compare

Added

  • Support Get_pointer_thickness_wid and Set_pointer_thickness_wid by new class CommonPointerMixin in common

Changed

  • Inherit from CommonPointerMixin in
    • Gauge
    • Slider

0.6.0

29 Jul 07:45
ec2d5c1
Compare
Choose a tag to compare

Added

  • Support Get_place_xcen, Set_place_xcen, Get_place_ycen and Set_place_ycen by new class CommonPositionMixin in common

Changed

  • Inherit from CommonPositionMixin in
    • Button
    • Dual state button
    • Number
    • Text

Fixed

  • Remove unused imports in nextion elements

0.5.0

29 Jul 07:16
e3aa7d0
Compare
Choose a tag to compare

Added

  • Support Get_background_color_bco and Set_background_color_bco by new class CommonBackgroundColorMixin in common
  • Support Get_font_color_pco, Set_font_color_pco, getFont and setFont by new class CommonFontMixin in common

Changed

  • Inherit from CommonFontMixin and CommonBackgroundColorMixin 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

24 Jul 09:26
3e3923c
Compare
Choose a tag to compare

Added

Fixed

  • Replace undefined __author__ in setup.py
  • Add missing shebang header to version file

0.3.0

22 Jul 14:46
62cee49
Compare
Choose a tag to compare

Added

  • Function hide() and show() 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

21 Jul 10:10
7113b60
Compare
Choose a tag to compare

Added

Fixed

0.1.0

21 Jul 09:26
a883f70
Compare
Choose a tag to compare

Added