mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
Fix some build errors and warnings.
Change-Id: I149c00fc6ba47d5134ad4f74c364bffd24079824
This commit is contained in:
parent
dbb76896ec
commit
8f6c779ff6
4 changed files with 12 additions and 6 deletions
|
|
@ -104,7 +104,7 @@ enum plugin_status plugin_start(const void* parameter) {
|
|||
rb->lcd_bitmap((const fb_data*)LOGO, x, y, LOGO_WIDTH, LOGO_HEIGHT);
|
||||
#ifdef REMOTE_LOGO
|
||||
rb->lcd_remote_clear_display();
|
||||
rb->lcd_remote_bitmap((const fb_data*)REMOTE_LOGO,
|
||||
rb->lcd_remote_bitmap((const fb_remote_data*)REMOTE_LOGO,
|
||||
(x * (REMOTE_WIDTH - REMOTE_LOGO_WIDTH)) / (DISPLAY_WIDTH - LOGO_WIDTH),
|
||||
(y * (REMOTE_HEIGHT - REMOTE_LOGO_HEIGHT)) / (DISPLAY_HEIGHT - LOGO_HEIGHT),
|
||||
REMOTE_LOGO_WIDTH, REMOTE_LOGO_HEIGHT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue