MicroPython:Библиотеки/pyb/LCD.write(): различия между версиями
Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску
Myagkij (обсуждение | вклад) (Новая страница: «{{MicroPython/Панель перехода}} {{Перевод от Сubewriter}} {{Myagkij-редактор}} =LCD.write(str)<ref>[http://docs.micropython.org/e...») |
Нет описания правки |
||
Строка 5: | Строка 5: | ||
=LCD.write(str)<ref>[http://docs.micropython.org/en/latest/library/pyb.LCD.html docs.micropython.org - class LCD – LCD control for the LCD touch-sensor pyskin]</ref>= | =LCD.write(str)<ref>[http://docs.micropython.org/en/latest/library/pyb.LCD.html docs.micropython.org - class LCD – LCD control for the LCD touch-sensor pyskin]</ref>= | ||
<syntaxhighlight lang="python | <syntaxhighlight lang="python"> | ||
LCD.write(str) | LCD.write(str) | ||
</syntaxhighlight> | </syntaxhighlight> |
Текущая версия от 17:31, 24 мая 2023
Перевод: Максим Кузьмин
Проверка/Оформление/Редактирование: Мякишев Е.А.
LCD.write(str)[1]
LCD.write(str)
Рисует на экране строку str. Она появится на экране немедленно.