Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

For general Flowcode discussion that does not belong in the other sections.
Post Reply
viktor_aust
Posts: 46
http://meble-kuchenne.info.pl
Joined: Fri May 17, 2024 1:04 am
Has thanked: 18 times
Been thanked: 5 times

Flowcode v11 Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

Post by viktor_aust »

Hi
Question about the module:
Estardyn 2.0 Inch TFT LCD Display with Rotary Encoder EC11.
----------------------------------------
Cannot find some documentation about this module on net.
AI says that module should use the ST7789_driver.
Not sure if I have to use (for Nano) the level shifter (5v to 3.3v).
----------------------------------------
GND: Ground connection.
VDD: Power supply input (typically 3.3V or 5V, depending on the specific display controller and voltage regulator on board. Consult module documentation or test with 3.3V first).
SCL: I2C Clock line for the display.
SDA: I2C Data line for the display.
RES: Reset pin for the TFT display. Connect to a digital output pin on your microcontroller.
DC: Data/Command pin for the TFT display. Connect to a digital output pin on your microcontroller.
BLK: Backlight control pin. Connect to a digital output pin for backlight on/off control, or to a PWM pin for brightness adjustment.
TRA: Rotary Encoder Channel A output. Connect to a digital input pin on your microcontroller.
TRB: Rotary Encoder Channel B output. Connect to a digital input pin on your microcontroller.
PSH: Push Button output for the rotary encoder. Connect to a digital input pin on your microcontroller.
KO: Encoder Common or additional output pin. This pin's function can vary; it may be a common ground for the encoder or an additional signal. Consult specific examples for its usage.
----------------------------------------
Any help, please?
Attachments
sTop.jpg
sTop.jpg (82.26 KiB) Viewed 126 times
View_1.jpg
View_1.jpg (38.57 KiB) Viewed 126 times
Last edited by viktor_aust on Fri May 29, 2026 4:02 am, edited 1 time in total.

chipfryer27
Valued Contributor
Posts: 2001
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 435 times
Been thanked: 651 times

Re: Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

Post by chipfryer27 »

Hi Viktor

The rotary encoder is most likely to be the same as the Quadrature Encoder found in Flowcode (Inputs). I'd be very surprised if it were not. Allocate pins for A/B and also push-button and off you go.

I'll have a look at display / I2C / levels a little later.

Regards

chipfryer27
Valued Contributor
Posts: 2001
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 435 times
Been thanked: 651 times

Re: Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

Post by chipfryer27 »

Hi

Best I can find on the module is here

https://www.aliexpress.com/item/1005012 ... cification

There are some conflicting sites but generally most suggest it is 3.3v operation (but I do see what looks to be a regulator on it so.....).

Is your Nano 5v or the newer 3.3v? Newer chips are marked Nano 33 on top of chip. If it does not state that then assume it is 5v.

Encoder appears to be connected to the module's VCC being pulled Low, so it can connect directly to any Nano as a 5v Nano will happily accept 3.3v from module.

You can check the above with a multimeter. Do note that similar encoders from cheap sources have an incredible amount of bounce and frequently are open circuit..... Cheap for a reason.

If using a 5v Nano you will need to level shift any control signals from Nano to module.

Regards

chipfryer27
Valued Contributor
Posts: 2001
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 435 times
Been thanked: 651 times

Re: Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

Post by chipfryer27 »

Hi

FC supports the ST7789 as a display. Select that and in Properties set USE SPI to No. This should then bring up a list of connections that are very similar to those documented in your post.

Hope the above has helped.

Regards

viktor_aust
Posts: 46
Joined: Fri May 17, 2024 1:04 am
Has thanked: 18 times
Been thanked: 5 times

Re: Estardyn 2.0 Inch TFT LCD Display+ Rotary Encoder EC11

Post by viktor_aust »

Thanks for the quick answer.
Nano is 5v.
Looks like I need the level shifter.
Have checked the net as I have a cheap 4 chn module.
It is not recommended for SPI.
People recommend TxB0108.
I remember Jorgen has raised the question about the ST7789 driver in FC8 forum.
If this Estardyn module has the ST7789 driver - my life is easy.
Thanks.

Post Reply