Search found 3 matches

by robbyatbln
Sat Jul 28, 2018 12:14 pm
Forum: Other Boards
Topic: Wemos / nextion
Replies: 1
Views: 1830

Wemos / nextion

Hey did somebody has an working nextion on a wemos?
by robbyatbln
Sat Jul 28, 2018 6:10 am
Forum: ESP32 boards
Topic: ESP32 with Nextion display
Replies: 8
Views: 13799

Re: ESP32 with Nextion display

[quote=loboris post_id=25654 time=1519296117 user_id=923] I've tested it, and it works as expected. Here is the simple example code: [code]>>> import machine >>> uart=machine.UART(1,tx=25,rx=26,baudrate=9600) >>> end_cmd=b'\xFF\xFF\xFF' >>> def send(cmd): ... uart.write(cmd) ... uart.write(end_cmd) ...
by robbyatbln
Tue Mar 13, 2018 7:48 pm
Forum: Drivers for External Components
Topic: Drivers for Waveshare 2.13inch E-Ink display
Replies: 57
Views: 65068

Re: Drivers for Waveshare 2.13inch E-Ink display

[quote=mcauser post_id=26034 time=1520454982 user_id=732] Have a look at epaper1in54.py. Some of the drivers have more methods than others. I only have a 2.9” b/w to test with. [/quote] hi did somebody has a working guide for the 1in54 on a wemos with micro-python and the spi 4 line ?? please help !...