Support changes for USB C female version of the board? #45
Replies: 3 comments 10 replies
-
howdy! that is actually a really neat board, and from a quick overview it should run the software just fine. that being said you are going to have to do some code modification. Not too bad though. You will need to update the LVGL screen stuff fully for the new screen size, no way around that. The Tools section options are likely different for this model, also check the SD card pinout. The 1x107 error also might not be an SD card failure, (though if the pins are different that would happen) but it could also be a different psram setup, which would cause that too. |
Beta Was this translation helpful? Give feedback.
-
ok, the color issue on the screen is probably due to it being amoled, we can leave that for later but should be a simple tweak in lvgl. In the nomad code under the pile of #includes do you still have #include "SD_MMC.h" If so thats likely the issue. check the demo for sd card and see if it uses sd.h instead. If so it might be as easy as renaming every SD_MMC line to just SD. (prolly not but here's to hopeing). If you haven't redesigned the screen UI for that board yet ill throw one together tomorrow for you to use. |
Beta Was this translation helpful? Give feedback.
-
@Jeff-Hackford - did you happen to find a suitable case with SD access for this board? I've got one of them as well and would like to mess with it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First off, this project is awesome and I can not wait to see what future features bring! Great job!
Secondly, I think I f*cked up... When researching this project I found the USB-C version of this board that offered a slightly larger screen, more gpio pins, and a sleeker body profile (I plan on adding a battery to the board and didnt want the male USB dongle sticking out). Now I am having trouble getting the sd card to read ( 1x107 memory error with a 4GB known good card ) and can't seem to reconcile the differences in boards. Any help would be appreciated but I know I did this to myself. Lol
Beta Was this translation helpful? Give feedback.
All reactions