Vignesh S
Vignesh S
``` version: '3' services: client: build: client ports: - '8080:8080' server: build: server environment: - PORT=3000 - BASE_API_URL=api - CLIENT_URL=http://localhost:8080 - JWT_SECRET=my_token - MONGO_URI=mongodb://mongo:27017/my_database ports: - '3000:3000' depends_on: - mongo...
> @VigneshVicky97 I updated the `docker-compose.yml` file to include the mongo service. See updated [guide](https://github.com/mohamedsamara/mern-ecommerce?tab=readme-ov-file#docker-guide). This should run client, server and mongo containers. The client should be accessible on `http://localhost:8080`...
> [espressif/esp-idf#10635](https://github.com/espressif/esp-idf/issues/10635) may be related Hi @suda-morris , This is the exact issue I am also facing. Even after following the explanation, I am not able to solve that issue....
> Man, you can't port lvgl without the screen driver working well, you should use a mature driver library. I wrote an example for you using a mature driver library,...
> I forgot to mention that you should change lv_conf.h : LV_COLOR_DEPTH to 1 and change LV_USE_THEME_BASIC to 0,I use the lvlg 8.4.0 Sure. I will change those configurations. Once...
Hi @liyang5945 , I used your code and changed the configurations as you said. But, the letters are not clearly displaying. It looks like the words from the pen that...