mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user