LCD panel is not working with RV1106G3 chip.

  • Hello, because we can not adapt to all the screens on the market, we only provide suggestions for adapting other screens to luckfox pico. According to the information you provide, the screen cannot be lit up. There may be a lack of initialization of the screen (generally input initialization commands and data through the spi interface, and some screen initialization is implemented internally without external re-transmission commands). It is recommended that you consult the seller to obtain a sample program (stm32 or other platform)for determination.
  • Crocodile wrote: 2024-10-07 14:38 Hello, because we can not adapt to all the screens on the market, we only provide suggestions for adapting other screens to luckfox pico. According to the information you provide, the screen cannot be lit up. There may be a lack of initialization of the screen (generally input initialization commands and data through the spi interface, and some screen initialization is implemented internally without external re-transmission commands). It is recommended that you consult the seller to obtain a sample program (stm32 or other platform)for determination.
    I've forgot the 3-wire SPI lane for LCD screen at last time.

    So, I've added it and I ordered new board with modification. then, I'll ask about it again. thanks for reply.
  • I made new board with modification for LCD.
    and it works now :)

    but display timings in DTS is something different with hardware.
    now, I need to modify it, thanks luckfox pico.

    -- summary of my board:
    1. designed based my Luckfox Pico Pro, RV1106G3 with 256M nand flash.
    2. the major reason why I made custom board is to connect LCD through RGB interface that is not integrated in Luckfox Pico Pro.
    3. all pins are not defined in Pico Pro, but all of them are working perfectly I expected.
    4. I used RV1106G3 chip and NAND flash that was in Luckfox Pico Pro :)

    thanks for luckfox team!