python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
LCD ESP8266WiFi access point Send Text
hello i am trying to send data to lcd screen
,but they arrive as GET/ DATO /HTTP 1.1
I ONLY NEED TO ARRIVE DATA AND DELETE (GET/ /HTTP 1.1)
I am used to the esp8266 by wifi in access point mode the pr...
VLAD D ELECTRONICS
Votes: 0
Answers: 1
STM32 with LCD 2004 + I2C, can't communicate
I am using a STM32F030F4P6 MCU and a LCD 2004 with PCF8574T I2C display driver. I have tried the library from this tutorial: https://controllerstech.com/interface-lcd-16x2-with-stm32-without-i2c/. I h...
Wolfiwolf
Votes: 0
Answers: 1
is there any way to run two loops?
I can't do the blinking text while having scrolling text at the second row of the i2c lcd in arduino.
I tried creating and naming two loops but it is doing one task then another.
void loop(){
blinki...
Bonn
Votes: 0
Answers: 2
optimization code - 2D-array indexing in c
I read data from 2D-array buffer and write data to lcd using the 2-index row index and column index how to optimization this two byte (gu8LcdBufferColumn, gu8LcdBufferRow) to (single byte) in which th...
Hassan Elsaied
Votes: 0
Answers: 0