Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- a/src/driver/glcd.cpp
- +++ b/src/driver/glcd.cpp
- @@ -320,7 +320,7 @@ void cGLCD::Exec()
- g_PicViewer->getSize(Logo.c_str(), &icon_start_width, &icon_start_height);
- if (g_settings.glcd_show_logo && percent_logo &&
- - showImage(channel_id, Channel, 0, t.glcd_channel_x_position, t.glcd_channel_y_position, percent_logo * bitmap->Height()/100, true, fal
- se)) {
- + showImage(channel_id, Channel, t.glcd_channel_x_position, t.glcd_channel_y_position, bitmap->Width() - 4, percent_logo * bitmap->Heigh
- t()/100, true, false)) {
- doScrollChannel = false;
- scrollChannelSkip = 0;
- } else if (percent_logo && icon_start_width && icon_start_height &&
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement