- Mar 29 Sat 2014 09:33
-
隨筆
- Mar 16 Sun 2014 02:15
-
心情雜記
- Mar 03 Mon 2014 17:36
-
LCM panel id
LCM 的id pin看起來為了要省電
所以一開始config成input,認完panel後就把他config成output拉成low
PANEL ID 是 HW 做的,不是我們設的,會跟著panel走
所以一開始config成input,認完panel後就把他config成output拉成low
PANEL ID 是 HW 做的,不是我們設的,會跟著panel走
- Feb 27 Thu 2014 18:14
-
MAC OS 小天地
======bashrc or bash_profile 移植======
Start up Terminal
Type
Type
Edit
Type
Start up Terminal
Type
cd ~/ to go to your home folderType
touch .bash_profile to create your new file.Edit
.bash_profile with your favorite editor (or you can just type open -e .bash_profile to open it in TextEdit.Type
. .bash_profile to reload .bash_profile and update any alias you add- Feb 17 Mon 2014 23:26
-
MHL dongle 插上第一次沒畫面,第二次就正常
- Dec 21 Sat 2013 00:46
-
ubuntu sourcelist update
在公司系統穩定後就很少去下載新的package了
直到最近因為忘記為什麼要去apt-get install時才發現
咦我的git server怎麼都連不上了
才發現原來因為我用的是11.04已經沒有在support了
直到最近因為忘記為什麼要去apt-get install時才發現
咦我的git server怎麼都連不上了
才發現原來因為我用的是11.04已經沒有在support了
- Dec 18 Wed 2013 23:05
-
L421 GPU Driver update後就開不到HOME
- Dec 10 Tue 2013 22:23
-
int& type 轉換
最近遇到的問題,很容易疏忽的問題
有些function parameter只收 int& (call by refernce)
像是 void ExternalDisplay::getAttributes(int& width, int& height)
有些function parameter只收 int& (call by refernce)
像是 void ExternalDisplay::getAttributes(int& width, int& height)
- Oct 30 Wed 2013 10:57
-
driver memo
