arduino:m5stickc:03.lcd

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
arduino:m5stickc:03.lcd [2020/08/13 08:59] – ↷ arduino:m5stick:03.lcd から arduino:m5stickc:03.lcd へページを移動しました。 babaarduino:m5stickc:03.lcd [2020/09/07 09:28] (現在) baba
行 6: 行 6:
  
 ===== テキストの表示 ===== ===== テキストの表示 =====
-fillScreen()関数を利用て背景色描画を行います。Processingにおけるbackground()だと覚えておくとよいでしょう。新しく何かを画面上に描画したいときには必ずfillScreen()利用して全画面塗りつぶし行います+まずは最も単純なプログラムからスタートします画面上にHello M5StickC表示させるだけプログラム記述します. 
 +<html> 
 +<div style="position: relative; padding-bottom: 62.5%; height: 0;"><iframe src="https://www.loom.com/embed/1eaf561257d847329fb7a7ef7d23e7de" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div> 
 +</html> 
 +<code> 
 +#include <M5StickC.h>
  
 +void setup() {
 +  // put your setup code here, to run once:
 +  M5.begin();
 +  M5.Lcd.setRotation(1);
 +  M5.Lcd.print("Hello M5StickC");
 +}
  
 +void loop() {
 +  // put your main code here, to run repeatedly:
 +
 +}
 +</code>
 +
 +===== 詳しい情報 =====
 +<html>
 +<div style="position: relative; padding-bottom: 62.5%; height: 0;"><iframe src="https://www.loom.com/embed/a0cb19c6281343ffa58489eda49772de" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
 +</html>
 +
 +----
 +
 +{{indexmenu>:arduino:m5stickc#1|js#indextheme navbar}}
  • /home/users/2/lolipop.jp-4404d470cd64c603/web/ws/data/attic/arduino/m5stickc/03.lcd.1597276771.txt.gz
  • 最終更新: 2020/08/13 08:59
  • by baba