NEXTION LCD for arduino3

Pocket

NEXTION LCDでまずは、時計を作成しました。
デザインを重視し、アイコンを探しました。以下URLのICOOON MONOのアイコンを使用しています。
http://icooon-mono.com/
フォントは、ツール上で作成して利用する必要があるので、フリーで使用できるフォントをWindowsにインストールしました。Googleのノトフォントを使用しました。
https://www.google.com/get/noto/
Noto Sans Displayを使用しています。
カレンダーの管理は、RTCを利用しています。

ページ1
時間と日付が表示できます。

ページ2
日付と時間設定をするページです。曜日は自動設定です。
曜日の計算は、ツェラーの公式を使用しています。
https://ja.wikipedia.org/wiki/%E3%83%84%E3%82%A7%E3%83%A9%E3%83%BC%E3%81%AE%E5%85%AC%E5%BC%8F

ページ3
QRコードが表示できます。このサイトのQRコードです。

サンプルプログラム以下にあります。
https://github.com/jendo1969/GR-ADZUKI2/blob/master/nextion/clock/clock.ino

On the NEXTION LCD, we first created a clock.
I emphasized design and looked for an icon. I use the icon of ICOOON MONO below.

http://icooon-mono.com/
Since fonts need to be created and used on the tool, we installed free fonts on Windows. I used Google’s noto font.
https://www.google.com/get/noto/
I am using Noto Sans Display.
We use RTC to manage the calendar.

Page 1
Time and date can be displayed.
Page 2
This is the page for setting the date and time. The day of the week is set automatically.
Calculation of the day of the week uses Zeller’s formula.

https://ja.wikipedia.org/wiki/%E3%83%84%E3%82%A7%E3%83%A9%E3%83%BC%E3%81%AE%E5%85%AC%E5%BC%8F
Page 3
QR code can be displayed. This is the QR code of this site.
It is in the sample program below.

https://github.com/jendo1969/GR-ADZUKI2/blob/master/nextion/clock/clock.ino

在NEXTION LCD上,我們首先創建了一個時鐘。
我強調設計並尋找一個圖標。 我使用下面的ICOOON MONO圖標。

http://icooon-mono.com/
由於需要在工具上創建和使用字體,我們在Windows上安裝了免費字體。 我使用了Google的noto字體。
https://www.google.com/get/noto/
我正在使用Noto Sans Display。
我們使用RTC來管理日曆。

第1頁
可以顯示時間和日期。
第2頁
這是設置日期和時間的頁面。 星期幾是自動設置的。
計算星期幾使用Zeller的公式。
https://ja.wikipedia.org/wiki/%E3%83%84%E3%82%A7%E3%83%A9%E3%83%BC%E3%81%AE%E5%85%AC%E5%BC%8F
第3頁
可以顯示QR碼。 這是這個網站的QR碼。
它位於下面的示例程序中。

https://github.com/jendo1969/GR-ADZUKI2/blob/master/nextion/clock/clock.ino

Post Tagged with , , ,

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください