Black screen with fbdev app

I am triying to convert my (currently working) SDL lvgl application to use directly the framebuffer device by enabling FBDEV. When i do so, the app runs correctly but the screen remains black.
I can ensure that the frame buffer is working because i tried to write into the memory mapped array and i succeded in drawing a red rectangle.
what could be the problem?