Search found 2 matches

by nBery
2025-05-30 9:42
Forum: Luckfox Pico-RV1103/RV1106
Topic: Mini B, framebuffer device, change resulution
Replies: 3
Views: 685

Re: Mini B, framebuffer device, change resulution

Hello, the screen resolution used in the source code of the luckfox_pico_rknn_example repository is the resolution of the framebuffer registered by the driver. Modifying the resolution can be done by directly modifying the driver source code or the disp_width or disp_height in luckfox_pico_rknn_exa...
by nBery
2025-05-29 20:07
Forum: Luckfox Pico-RV1103/RV1106
Topic: Mini B, framebuffer device, change resulution
Replies: 3
Views: 685

Mini B, framebuffer device, change resulution

I have flashed Pico Plus Buildroot image to my Mini B. I have ran rknn-st7789 releated examples that provided by luckfox-github team and it worked! But there is a catch: my screen is 240x135 BUT presets are 240x320 and i have not managed to change it by any chance. Can you help me? Note: Changing fb...