Difference between revisions of "LCD system info"

From Vague Hope Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
== Intro ==
 +
 +
* http://www.coldtears.com/electronics
 +
* https://github.com/dangardner/pylcdsysinfo
 +
 
== Ubuntu ==
 
== Ubuntu ==
 
<pre>
 
<pre>
Line 12: Line 17:
 
</pre>
 
</pre>
 
(http://ubuntuforums.org/showthread.php?t=1682084)
 
(http://ubuntuforums.org/showthread.php?t=1682084)
 +
 +
== Images==
 +
<pre>
 +
convert -resize "320x240^" -crop "320x240+0+0" "in.png" "png:out.png"
 +
</pre>

Latest revision as of 05:04, 3 November 2012

Intro

Ubuntu

$ apti python-usb
$ cd /etc/udev/rules.d
$ sudo vi 80-lcdsysinfo.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", GROUP="dialout"
$ sudo udevadm control --reload-rules

(http://ubuntuforums.org/showthread.php?t=1682084)

Images

convert -resize "320x240^" -crop "320x240+0+0" "in.png" "png:out.png"