R PI

[pi]raspberry pi 旋轉螢幕+調整解析度

在終端機執行 sudo nano /boot/config.txt然後在最下面加入 display_rotat […]

Be the First to comment. Read More
R PI

[pi] 各項硬體資料監測 溫度、電壓等等

溫度(temperature) vcgencmd measure_temp 會出現 temp=42.8&#82 […]

Be the First to comment. Read More
R PI

[pi] RaspberryPi 開機自動進入桌面系統

  在你的終端機下打 sudo raspi-config 會出現下面這張圖片   之後按o […]

Be the First to comment. Read More
R PI

[pi] RaspberryPi 自動登入

Auto Login: 在終端機模式下打(也可以用vim處理拉) sudo nano /etc/inittab […]

Be the First to comment. Read More
Java script

捲到才顯示畫面 on scroll show div

有些網頁會在你捲到那一個地方時 才開始顯示圖片或是一些動畫出來 這種動畫的寫法 http://jsfiddle […]

Be the First to comment. Read More