slitaz-forge rev 547

Improve PiGlow doc in PiBook
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 07 10:19:41 2014 +0200 (2014-05-07)
parents a4741d4d8fa5
children 22f4af7fa6f8
files arm/codex/apps.html arm/codex/pibook.html
line diff
     1.1 --- a/arm/codex/apps.html	Sun May 04 10:31:43 2014 +0000
     1.2 +++ b/arm/codex/apps.html	Wed May 07 10:19:41 2014 +0200
     1.3 @@ -46,6 +46,7 @@
     1.4  
     1.5  <ul>
     1.6  	<li>Cmdline music player: <b>mpg123</b></li>
     1.7 +	<li>Ncurses/GUI music player: <b>mpl123</b></li>
     1.8  	<li>GTK/GUI music player: <b>alsaplayer</b></li>
     1.9  	<li>Sound mixer: <b>alsamixer</b></li>
    1.10  	<li>Audio decoder: <b>decode</b> (MP3, OGG, etc)</li>
     2.1 --- a/arm/codex/pibook.html	Sun May 04 10:31:43 2014 +0000
     2.2 +++ b/arm/codex/pibook.html	Wed May 07 10:19:41 2014 +0200
     2.3 @@ -426,6 +426,19 @@
     2.4  /etc/modprobe.d/rpi-blacklist.conf
     2.5  </pre>
     2.6  
     2.7 +<p>
     2.8 +	To have a full working I2C bus system we must also load the 'i2c-dev'
     2.9 +	kernel module wich is not autoloaded by udev. In this cas we must
    2.10 +	use SliTaz boot time configuration file, lets edit the config file
    2.11 +	on modify the line LOAD_MODULES to look like below:
    2.12 +</p>
    2.13 +
    2.14 +<pre>
    2.15 +$ editor /etc/rcS.conf
    2.16 +# Kernel modules to load earlier in boot.
    2.17 +LOAD_MODULES="snd-bcm2835 i2c-dev"
    2.18 +</pre>
    2.19 +
    2.20  <h2 id="picam">Pi Camera - Pi NoIR</h2>
    2.21  
    2.22  <p>
    2.23 @@ -467,6 +480,17 @@
    2.24  # pyglow help
    2.25  </pre>
    2.26  
    2.27 +<p>
    2.28 +	In the package database you will aslo find <b>wiringpi-piglow</b>
    2.29 +	providing the 'piglow' utility. On the Python side, we provide some
    2.30 +	examples that you can use to learn and code your own scripts. Have
    2.31 +	a look to the folder:
    2.32 +</p>
    2.33 +
    2.34 +<pre class="box-up">
    2.35 +/usr/share/pyglow
    2.36 +</pre>
    2.37 +
    2.38  <!-- Close content -->
    2.39  </div>
    2.40