You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code:
u8g.firstPage();
do {
//sprintf_P(speed_var4, speed_var, 10);
u8g.drawStr( 0, 10, "Speed: ");
u8g.drawStr( 10, 10, speed_var);
u8g.drawStr( 15, 10, " km/h");
} while( u8g.nextPage() );
I get eror:
error: call of overloaded ‘drawStr(int, int, long int&)’ is ambiguous
I'am newbee..Sorry for my light question :(
Please help me..
Original issue reported on code.google.com by Aleksand...@gmail.com on 13 Mar 2015 at 10:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Aleksand...@gmail.com
on 13 Mar 2015 at 10:15The text was updated successfully, but these errors were encountered: