Added text display function. (Only 0 to 127 ASCII characters, kanji is not supported)
Changed to create Wonx class and manage all resources with Wonx class. (See Wonx.x WonxP.h) When p is pressed to switch display / non-display of the screen, redraw the LCD panel Improvement. Added -Wall to compile option. We have summarized the processing part of the function which is duplicated processing in disp.c. Version 0.1 beta - from wonx-b01.tar.gz
This commit is contained in:
25
HISTORY
25
HISTORY
@@ -1,6 +1,25 @@
|
||||
2000/10/8(日)
|
||||
|
||||
wonx-a08 未公開
|
||||
|
||||
テキスト表示機能の追加.(0~127のASCII文字のみで,漢字は未対応)
|
||||
|
||||
Wonx クラスを作成し,すべてのリソースを Wonx クラスで管理するように変更.
|
||||
(Wonx.x WonxP.h 参照)
|
||||
|
||||
p を押して画面の表示/非表示を切替えたときに,LCDパネルの再描画を行うように
|
||||
改良.
|
||||
|
||||
コンパイルオプションに -Wall を追加.
|
||||
|
||||
disp.c で重複した処理をしている関数の処理部分をまとめた.
|
||||
|
||||
|
||||
|
||||
|
||||
2000/10/5(木)
|
||||
|
||||
wonx-a07 公開
|
||||
wonx-a07 未公開
|
||||
|
||||
WWLCDPanel にビットマップデータを2枚持たせ,一度描画したビットマップは
|
||||
描画しないように修正.Xサーバの負荷を減らした.
|
||||
@@ -17,7 +36,7 @@ wonx-a05
|
||||
|
||||
2000/10/4(水)
|
||||
|
||||
wonx-a06 公開
|
||||
wonx-a06 未公開
|
||||
|
||||
WWDisplay_DrawScreen() のアルゴリズムを大幅に修正.
|
||||
たいして高速にならなかった.X サーバの描画がホットスポットになっていると
|
||||
@@ -28,7 +47,7 @@ WWDisplay_DrawScreen()
|
||||
|
||||
2000/10/3(火)
|
||||
|
||||
wonx-a05 公開
|
||||
wonx-a05 未公開
|
||||
|
||||
XDisplay_DrawLCDWindow() を修正.無駄な計算をループ外に出した.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user