User Activity

I have made a project for STM32f469I-DISCO ie. 4" 800x480 resolution. How do I resize/convert the entire project which consists of 12+pages and 100+ images and texts to a 5" 1280x720 screen without redesigning it?
Could someone show me the exact steps? I have done this below but it's not doing anything. Do I need to do something in the view.cpp too?#include <gui/containers/topBar.hpp>   int a=5;   topBar::topBar() {   }   void topBar::initialize() { topBar...
Kudos from