Skip to content
/ gc9106 Public

esphome component for gc9106 (fake st7735) display

Notifications You must be signed in to change notification settings

Jorre05/gc9106

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Esphome component for gc9106 (fake st7735) displays

For displays that claim to be st7735 chips but are GalaxyCore GC9106 in reality.
Code is a inspired by :
https://github.com/Boyeen/TFT_eSPI/blob/master/TFT_Drivers/GC9106_Init.h
Bodmer/TFT_eSPI#1310

To use this repository as an external component in Esphome:

external_components:
  - source: github://Jorre05/gc9106
    components: [ gc9106 ] 

Esphome configuration example:

display:
  - platform: gc9106
    id: my_display
    reset_pin: GPIO5
    cs_pin: GPIO10
    dc_pin: GPIO4
    rotation: 270

About

esphome component for gc9106 (fake st7735) display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published