jgauchia / IceNav-v3

ESP32 Based GPS Navigator with OSM offline maps. (Under development)
GNU General Public License v3.0
49 stars 11 forks source link

Map fails when the CLI is enable on MFS3 #151

Closed hpsaturn closed 2 weeks ago

hpsaturn commented 2 weeks ago

Overview

When you enable the new CLI flags, the map is not showed

Details

Log output

jgauchia commented 2 weeks ago

Please try changing

    // 2Mb PSRAM
    DRAW_BUF_SIZE = ( TFT_WIDTH * TFT_HEIGHT * sizeof(lv_color_t) / 2);

to

    // 2Mb PSRAM
    DRAW_BUF_SIZE = ( TFT_WIDTH * TFT_HEIGHT * sizeof(lv_color_t) / 4);

in lvglSetup.cpp