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
Currently the api makes it hard to output dynamic data on platforms that do not have an allocator, (and thus no acess to the format!() macro). Allowing the use of the write!() and writeln!() macros on the lcd would go miles to making the api easier to use.
The text was updated successfully, but these errors were encountered:
Currently the api makes it hard to output dynamic data on platforms that do not have an allocator, (and thus no acess to the
format!()
macro). Allowing the use of thewrite!()
andwriteln!()
macros on the lcd would go miles to making the api easier to use.The text was updated successfully, but these errors were encountered: