Search found 5 matches
- 15 Mar 2016, 08:19
- Forum: ESP Easy: Projects / Applications
- Topic: Control the volume of sound in the PC
- Replies: 0
- Views: 2528
Control the volume of sound in the PC
Is it possible to espeasy control the volume of sound in the PC (linux, maybe Windows)?. So far I use a solutions potentiometer + arduino (usb) + linux.
- 23 Oct 2015, 14:32
- Forum: ESP Easy: Software
- Topic: Espeasy IR to Domoticz
- Replies: 0
- Views: 3302
Espeasy IR to Domoticz
Referring to http://www.esp8266.nu/index.php/IR. As in the application domoticz add IR device?
- 08 Oct 2015, 03:28
- Forum: ESP Easy: Software
- Topic: How send data to LCD
- Replies: 5
- Views: 5823
Re: How send data to LCD
Thanks. Yes does work. How can clean LCD before sending data?
Edit:
I clean the LCD command:
Edit:
I clean the LCD command:
Code: Select all
lcdwrite 1,1,________________
lcdwrite 2,1,________________
- 06 Oct 2015, 10:11
- Forum: ESP Easy: Software
- Topic: How send data to LCD
- Replies: 5
- Views: 5823
Re: How send data to LCD
Yes I check the Wiki (http://www.esp8266.nu/index.php/LCDDisplay). I send message of the content:
Code: Select all
LCDWrite 1,1,Message,example_message
- 05 Oct 2015, 10:19
- Forum: ESP Easy: Software
- Topic: How send data to LCD
- Replies: 5
- Views: 5823
How send data to LCD
Hi
Anybody have tutorial how send data to LCD? I would be grateful.
Anybody have tutorial how send data to LCD? I would be grateful.