diff options
Diffstat (limited to 'common/cmd_vfd.c')
| -rw-r--r-- | common/cmd_vfd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c index d2c63d6e9..49df56c9f 100644 --- a/common/cmd_vfd.c +++ b/common/cmd_vfd.c @@ -72,7 +72,7 @@ int trab_vfd (ulong bitmap)  			return 0;  		case VFD_REMOTE_LOGO_BMPNR:  			transfer_pic(1, &vfd_remote_logo_bitmap[0], -				VFD_TEST_LOGO_HEIGHT, VFD_TEST_LOGO_WIDTH); +				VFD_REMOTE_LOGO_HEIGHT, VFD_REMOTE_LOGO_WIDTH);  			return 0;  #endif  		default: |