Page 1 of 1

LuckFox Pico Mini B - How do I get a display to work.

Posted: 2024-07-11 0:03
by Gears
Hello, I hope you are doing well. I wanted to know if I can use the 2 inch Waveshare pico 2 inch LCD on Pico Mini B? I want to be able to display a Linux terminal and go into micro python. Is there any way to do this? One other thing, I want to know if I can flash with the tools because the download is blocked. Thank you for your time. It is a ST7789VW integrated driver. I would like to know which pins line up with the lcd if you can too.
Thank you for your time.

Re: LuckFox Pico Mini B - How do I get a display to work.

Posted: 2024-07-18 3:53
by Crocodile
Hello, regarding the support of FBTFT on the Luckfox Pico Mini, we will update the corresponding wiki in the future. To display the terminal on the screen, you need to enable the CONFIG_VT option and add "console=ttyS1" to the bootargs in the root node of the device tree. The process is similar to other Linux platforms, and we have only done simple tests. You will need to refer to the relevant documentation to implement the specific details.