py3-nextion / pynextion

An unofficial Python library for Nextion smart display management
Apache License 2.0
8 stars 6 forks source link

Build Status

pynextion

A Python library for Nextion smart display management

Source: http://wiki.iteadstudio.com/Nextion_Instruction_Set

Wiring

To use a Nextion intelligent display you need:

Please follow the following wiring:

!!! warning

Do it at your own *risk*!

Bad wiring can result in damaging the Nextion display, the USB converter or maybe more.

If you don't know what you are doing, it's maybe safer not to try!

Running

unit tests

$ pytest -s tests

examples

$ pytest -s examples/draw.py

Default port is /dev/ttyUSB0 and is set in examples/config.py.

Other Python Nextion libraries