-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the filesystem #742
base: master
Are you sure you want to change the base?
Conversation
Looked at the changes, and tried compiling it here (failing with a whole stack of errors). Compile time failures aside, some comments in no particular order: sdcardsetup() will kinda work, but attempts to access the card later on will fail (on my board, and probably others). There is a conflict between TFT and SD using the same SPI pins during setup. The answer is to defer sdcardsetup() until after TFT setup is complete. |
Since @Martinson50 is new to PRs on GitHub, I am not set to merge this code as is. But it can be used to see how he solved the problem for his device. We'll need to focus on adding devices one-by-one in an easy configurable way, without breaking existing stuff. |
Sure, I completely agree with you, I see my job close to contribute in
other way, anyway Iḿ going to work to do a succesful compilation for 'all'
proposed devices besides some impovements. not in direct PR. Maybe I can
collaborate with FreeBear-nc with extra commands and with his specific
plate environment
El vie, 24 may 2024 a las 3:25, fvanroie ***@***.***>)
escribió:
… Since @Martinson50 <https://github.com/Martinson50> is new to PRs on
GitHub, I am not set to merge this code as it. But it can be used to see
how he solved the problem for his device.
We'll need to focus on adding devices one-by-one in an easy configurable
way, without breaking existing stuff.
—
Reply to this email directly, view it on GitHub
<#742 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCXKO5ZP256ZDO3H6SC5N3ZD2JITAVCNFSM6AAAAABIF7OMWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYGMYTINZYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You mean to use a simple 'lv_img_set_src' instead of a duplicate code for http? |
I'm updating the LVFS driver so that both |
OMG.
*Bedankt.*
El vie, 24 may 2024 a las 22:14, fvanroie ***@***.***>)
escribió:
… I'm updating the LVFS driver so that both /littlefs and /sdcard drive
letters can be use simultaneously. LVGL integration is actually the easy
part. You don't need to check for L: or Z: prefix, LVGL will handle it
automatically.
—
Reply to this email directly, view it on GitHub
<#742 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCXKOZWJM22RVSOKTMECQDZD6NTRAVCNFSM6AAAAABIF7OMWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGI4TCMJYGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi everybody again.
I finaly learn how to use github in a proper way (I hope so) so I decided to start again and add some code to make an SDCard when avalaible, as in Sunton plates, and put an imaginary Z: unit as a source in images an json files.
I only tested on my Sunton-4827s043c_16MB and it works with a 16Gb Cat.4 card
example in pages.jsonl
{"page":1,"id":4,"obj":"img","x":0,"y":65,"src":"Z:/cycle.png","auto_size":false,"w":128,"h":128}
you can of course send from HA custom component in configuration yaml as:
plate:
objects:
- obj: "p1b4"
properties:
"src": "Z:/airplane.png"