From 024203b0f98e5e8c3ca0f3d680ff092b435d1802 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 27 Aug 2022 13:45:24 +0800 Subject: [PATCH] Update fbtest.c, can support show BMP file --- bsp/images/boot/config-nolcd.txt | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/bsp/images/boot/config-nolcd.txt b/bsp/images/boot/config-nolcd.txt index 677df33..af330ac 100644 --- a/bsp/images/boot/config-nolcd.txt +++ b/bsp/images/boot/config-nolcd.txt @@ -1,14 +1,24 @@ # Enable LCD overlay -dtoverlay_lcd=no +#dtoverlay_lcd=no + +# Enable Camera overlay +#dtoverlay_cam=no # Enable I2C overlay dtoverlay_i2c1=yes -# Enable SPI overlay, SPI1 conflict with LCD -dtoverlay_spi1=yes +# Enable SPI overlay, SPI1 conflict with UART8(NB-IoT/4G module) +#dtoverlay_spi1=no -# Enable UART overlay, UART7 conflict with LCD +# Enable UART overlays dtoverlay_uart=2 3 4 7 -# Enable CAN overlay +# Enable CAN overlays dtoverlay_can=1 2 + +# Enable PWM overlays, PWM8 conflict with UART8(NB-IoT/4G module) +dtoverlay_pwm=7 + +# Enable extra overlays +dtoverlay_extra=nbiot-4g w1 + -- Gitblit v1.9.1