Radek

Results 697 comments of Radek

@betolange Specify your problem. Provide more information. Marlin and TFT configurations. Photos of connectors and cabling ...

If the display just lights up and shows nothing, try this: In the file: Marlin\src\lcd\dogm\marlinui_DOGM.cpp change parameter: void MarlinUI::_set_contrast() { u8g.setContrast(contrast); } change to: void MarlinUI::_set_contrast() { u8g.setContrast(255); }

You should also enable NEOPIXEL ![image](https://user-images.githubusercontent.com/46979052/172247396-98fd2812-53c9-4577-b48a-1a1e40f68562.png)

You have to make your own cable and define the pins if they haven't already been defined for this display. What is your pin file name for your board?

Few programmers follow this place. Please post your issue here: https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues You can also find the current FW there

The wifi module connected to the TFT works normally, no settings are required on the TFT

1. Do you see wifi on the network? 2. Can you connect to the EPS01S web interface from a PC? 3. Does TFT write that it is connected to a...