Abdulrahman

Results 12 issues of Abdulrahman

Hi, I have this board which is cz ministm32f103zx development board: ![image](https://user-images.githubusercontent.com/14331173/149974357-7ff2c494-e4da-48c6-b020-73f2d67da951.png) I have the same board. What should I do to run the board ? When I connect the...

Hi, I have this board: ![image](https://user-images.githubusercontent.com/14331173/150160024-41106e7f-8937-47ae-b219-c6ffc08e8445.png) I found this video, and thought maybe this method would work to flash the board. I downloaded these software: 1. STM32 Flash Loader 2....

Hi, I'm running the same hex file in gpboard and the other boards; like, Mclab2 and PICGenios. It runs ok with Mclab2 and PICGenios. But slow in gpboard. This is...

The library didn't work with the ESP8266, do you have any idea why it didn't work with ESP8266 ?

Hi, I'm working on a simple project to test the touch functionality, it turns out the button is pressed without touching the display. Here's the code: ``` #include "project2_GSLC.h" static...

### LVGL version v9.1.1 ### What happened? I ran an example came in `3.5inch_ESP32-3248S035` folder, I don't remember where I downloaded it. It includes `lvgl` and `TFT_eSPI` libraries. I updated...

Hi, I have this module which is using ST7796 display driver and GT911 capacitive touch driver. ![image](https://github.com/Bodmer/TFT_eSPI/assets/14331173/812bb4ec-fba2-402d-8429-25c4b2c8bf54) ![image](https://github.com/Bodmer/TFT_eSPI/assets/14331173/d9494a99-8860-4a84-a161-fe11de7349d0) It come with lvgl example from the manufacturer. So I tried to...

Hi, I'm having a new kind of error, I'm surprised because I wasn't getting this kind of errors before days, and I didn't change the version of the builder. Here's...

Hi, Images don't show on the display. I'm using both rp2040 and STM32 black pill, all works perfeectly with buttons, text and touch no problems. But the problem is with...

Hi, I'm using GUISlice and I want to embed an image and I have to enable `GSLC_SPIFFS_EN` in which will initialize an object from `TFT_eFEX` ``` #if (GSLC_SPIFFS_EN) // Create...