Skip to content

NYFB8888/tft_display_micropyton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Example showing ESP32 IP etc.

from tft_display import TFT_Display

tft = TFT_Display()

tft.SetColor(255,255,255)

tft.SetCursor(3,3)

tft.Print(station.ifconfig()[0])

tft.SetCursor(3,4)

tft.Print(station.ifconfig()[1])

tft.SetCursor(3,5)

tft.Print(station.ifconfig()[2])

tft.SetCursor(3,6)

tft.Print(station.ifconfig()[3])

About

Micropython tft_display drivers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published