1602 LCD on RPi B+: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
== Software ==
== Software ==
* Login to Raspberry Pi B+
* Login to Raspberry Pi B+
* sudo vi /etc/modules
* sudo vi /etc/modules and add following
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
i2c-dev
i2c-dev
</syntaxhighlight>
* sudo vi /etc/modprobe.d/raspi-blacklist.conf and comment following
<syntaxhighlight lang="bash">
# blacklist spi and i2c by default (many users don't need them)
#blacklist spi-bcm2708
#blacklist i2c-bcm2708
</syntaxhighlight>
</syntaxhighlight>

Navigation menu