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:
Hiroaki Sakai
2000-10-09 12:00:00 +09:00
committed by Godzil
parent 95d1135996
commit eb06f7f4f8
32 changed files with 1268 additions and 357 deletions

25
HISTORY
View File

@@ -1,6 +1,25 @@
2000/10/8(日)
wonx-a08 未公開
テキスト表示機能の追加.(0127の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() を修正.無駄な計算をループ外に出した.