Freenove FNK0104B build/run success stories? #580
Closed
tedx
started this conversation in
Board Specific
Replies: 4 comments 3 replies
|
I'm giving up on this board :( and sending it back. I can't get the lvgl_micropython I built for this board or even their C++ samples to work and display anything on the screen. |
2 replies
|
It's got to be the ILI9341V because it a 240x320 display and it says it on the box label ;) |
0 replies
|
I got it working with init(2) and dc=46. The vendor has some lvgl c code that worked so I compared their ILI9341_Init.h to ili9341_init_type2.py and the code looked basically the same but I also notice that their c code was using pin 46 for dc which I was not. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Has anyone successfully built and run a build for a Freenove FNK0104B board (https://docs.freenove.com/projects/fnk0104/en/latest/)? Here's what I've done:
python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=ILI9341 INDEV=FT6x36The build is successful but some simple test code I've tried to run doesn't work like creating a display object or initializing the touch device.
All reactions