from machine import Pin, SoftI2C
from ssd1306 import SSD1306_I2C
from ds1307 import DS1307
from time import sleep
# ESP32 Pin assignment
#year-month-day-weekday-hour-minute-second-subseconds
#print(now)
# oled.text('Hello', 0, 0)
# oled.text('World', 0, 10)
# oled.text('How are you?', 0, 20)
#oled.invert(1) #反轉螢幕畫面
#oled.fill(0) #清除螢幕資訊
#oled.pixel(x,y,1) #1 on ,0 off