glcd: don't maximize mirrored osd

Origin commit data
------------------
Branch: ni/coolstream
Commit: 81e3cda72d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-28 (Sun, 28 Jun 2020)

Origin message was:
------------------
- glcd: don't maximize mirrored osd

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-28 23:00:57 +02:00
parent 9c83d905d3
commit 2d7b367ca4

View File

@@ -838,7 +838,7 @@ void cGLCD::Run(void)
int lcd_height = bitmap->Height();
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE
unsigned int fb_stride = fb->getStride()/4;
if (!showImage(fbp, fb_stride, fb_height, 0, 0, lcd_width, lcd_height, false, true))
if (!showImage(fbp, fb_stride, fb_height, 0, 0, lcd_width, lcd_height, false, false))
{
#else
static int fb_width = fb->getScreenWidth(true);