SunFounder Fusion HAT+
About this HAT
Quick User Guide
Hardware
Related Projects
Think · Talk · Drive — AI-Powered with Multi-LLMs
fusion_hat package
Subpackages
fusion_hat.modules package
Submodules
Submodules
FAQ
SunFounder Fusion HAT+
fusion_hat package
fusion_hat.modules package
fusion_hat.modules.lcd1602 module
View page source
fusion_hat.modules.lcd1602 module
class
fusion_hat.modules.lcd1602.
LCD1602
(
address
=
None
,
backlight
:
bool
=
True
,
bus
=
1
)
[source]
Bases:
object
LCD1602 module.
DEFAULT_ADDRESS_1
=
39
DEFAULT_ADDRESS_2
=
63
write_byte
(
data
)
[source]
send_command
(
cmd
)
[source]
send_data
(
data
)
[source]
clear
(
)
[source]
open_back_light
(
)
[source]
close_back_light
(
)
[source]
write
(
x
,
y
,
str
)
[source]
message
(
text
)
[source]