mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
cube: only needs text buffer on LCD_BITMAP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b08ad5eb48
commit
502997c042
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,6 @@ void cleanup(void)
|
|||
|
||||
enum plugin_status plugin_start(const void* parameter)
|
||||
{
|
||||
char buffer[30];
|
||||
int t_disp = 0;
|
||||
#ifdef USEGSLIB
|
||||
unsigned char *gbuf;
|
||||
|
@ -686,6 +685,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
if (t_disp > 0)
|
||||
{
|
||||
char buffer[30];
|
||||
t_disp--;
|
||||
rb->snprintf(buffer, sizeof(buffer), "%s: %d %s",
|
||||
axes[curr].label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue