I am trying to find out whether it is possible to change the display on Nexus 4(WXGA) to 400x400 for designing application for wearables of any similar resolution.
Till now I have tried changing the video panel coordinates from 768x1280 to 400x400 in display driver file: mipi_lgit_video_wxga_pt.c. But only the display is changing to 400x400. Touchscreen is still mapped to the original resolution.
I am starting to doubt that whether this is possible or not with the display driver of Nexus 4.
Any help will be really appreciated.