jgauchia/IceNav-v3

Map fails when the CLI is enable on MFS3

Closed this issue · 1 comments

Overview

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

Details

Log output

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