jan Posted April 4, 2013 at 01:45 PM Share Posted April 4, 2013 at 01:45 PM Die Buchstaben können später mit write_line() mit den chars mit den Byterepräsentationen 8 bis 15 geschrieben werden. ... Bahnhof Was muss ich unter Python tippen, damit ich das 0. eigene Zeichen angezeigt bekomme? Weil das: lcd.write_line(3, 0, 'T: ' + str(round(temperature,0)) + '\0C') geht nicht. Im BrickViewer klappt es ja mit "\0"... Quote Link to comment Share on other sites More sharing options...
borg Posted April 4, 2013 at 01:53 PM Share Posted April 4, 2013 at 01:53 PM Die Buchstaben können später mit write_line() mit den chars mit den Byterepräsentationen 8 bis 15 geschrieben werden. also: lcd.write_line(3, 0, 'T: ' + str(round(temperature,0)) + chr( + 'C') Quote Link to comment Share on other sites More sharing options...
jan Posted April 4, 2013 at 02:16 PM Author Share Posted April 4, 2013 at 02:16 PM aaaaahhhchso geht das. OK, jetzt ist's klar. Danke Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.