# Some issue about screen

**URL:** https://forums.openmv.io/t/some-issue-about-screen/11292
**Category:** OpenMV Boards
**Created:** [July 30, 2025, 10:25am UTC](https://forums.openmv.io/t/some-issue-about-screen/11292 "2025-07-30T10:25:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fyf](https://avatars.discourse-cdn.com/v4/letter/f/9d8465/32.png) [@fyf](https://forums.openmv.io/u/fyf)
#### Post date: [July 30, 2025, 10:25am UTC](https://forums.openmv.io/t/some-issue-about-screen/11292/1 "2025-07-30T10:25:11Z")

</div>

I am currently using the official 128\*160 pixel TFT screen, but there’s an issue: it can only fully display QQVGA resolution images. When displaying other resolutions, parts of the image are missing. Is there any way to completely display QVGA resolution images on this screen?

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [July 30, 2025, 6:23pm UTC](https://forums.openmv.io/t/some-issue-about-screen/11292/2 "2025-07-30T18:23:55Z")

</div>

Hi, please see the x\_scale/y\_scale arguments and or pass one of the image hints to scale to fit the image. The documentation covers all of this: [class SPIDisplay – SPI Display Driver — MicroPython 1.25 documentation](https://docs.openmv.io/library/omv.display.spidisplay.html#display.SPIDisplay.write)
