Resolved! GTK application does not show the image
Hi! I am using STM32MP157C-DK2 board to create an application on the screen (using GTK library). My idea is to create a window with the following image inside:Created code:#include <gtk/gtk.h> int main(int argc, char **argv) { GtkWidget *window...