You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project fails to compile on the latest version of VSC / platformIO with the following persistent error;
The version of LVGL is 9.2.2. When I tried to use v9.1.0 it raised an error with board file incompatibility. It seems there are errors / issues with the lvgl_panel_st7262.par.c file. Any idea how to fix this please.
The text was updated successfully, but these errors were encountered:
The versions of esp-smartdisplay are tied to a version of LVGL. So use the v9.2.2 version. I also suggest to use the develop branch where new boards that I do not own are under development...
Hi Rene,
I am using v9.2.2 as that is the version that is loaded when I instal land run the demo code. I also tried another project that found, using your library, and I get exactly the same error, using 9.2.2.
How would I use the development branch please? I am not very familiar with Github, sorry.
Bob
From: Rene ***@***.***>
Sent: 29 December 2024 12:18
To: rzeldent/esp32-smartdisplay-demo ***@***.***>
Cc: bobcroft ***@***.***>; Author ***@***.***>
Subject: Re: [rzeldent/esp32-smartdisplay-demo] Demo doesn't work on v9.2.2 and JC8048W550 board (Issue #54)
Hi bobcroft,
The versions of esp-smartdisplay are tied to a version of LVGL. So use the v9.2.2 version. I also suggest to use the develop branch where new boards that I do not own are under development...
—
Reply to this email directly, view it on GitHub<#54 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAVDXIQGIGBPAW3FDFO465L2H7R57AVCNFSM6AAAAABUKXQX72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUG4YDMNJTHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
The project fails to compile on the latest version of VSC / platformIO with the following persistent error;
![image](https://private-user-images.githubusercontent.com/2767778/399158282-631e07ef-658f-4dd6-ba7d-b7bc4ebf7ff9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDU1NDgsIm5iZiI6MTczOTYwNTI0OCwicGF0aCI6Ii8yNzY3Nzc4LzM5OTE1ODI4Mi02MzFlMDdlZi02NThmLTRkZDYtYmE3ZC1iN2JjNGViZjdmZjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDc0MDQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjU5OTIzNDIyYmY2ZTAyZjllMzYzZjk4MTRiOGVlMmNjMDY5YjFjMDk0NDhjMjMwY2ZmZjNmZTBmMjIzN2JkZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AuQ-ob6TwC2LBhFykWDEmGSqsNl37I1QW44EcZDx1u4)
The version of LVGL is 9.2.2. When I tried to use v9.1.0 it raised an error with board file incompatibility. It seems there are errors / issues with the lvgl_panel_st7262.par.c file. Any idea how to fix this please.
The text was updated successfully, but these errors were encountered: