ArduinoGraphics::clear()

説明

スクリーンの内容を消去する。background()で設定した背景色を利用する。

書式

void ArduinoGraphics::clear()

引数

なし

戻り値

なし

使用例

1
2
3
4
YourScreen.beginDraw();
YourScreen.background(255, 0, 0);
YourScreen.clear();
YourScreen.endDraw();

オリジナルのページ

https://www.arduino.cc/reference/en/libraries/arduinographics/clear/

最終更新日

August 18, 2024

inserted by FC2 system