Git Product home page Git Product logo

weact-st7735's Introduction

ST7735 / WeAct Studio 微行工作室 出品

1.8 inch size screen 128 * 160 RGB

Suitable for 5V 3.3V power supply

PWM backlight control

SPI control

Length: 56mm width: 35mm

STM32F103C8T6, STM32F401CEU6/STM32F411CEU6 C HAL library code.

Micropython code

"WeAct ST7735"

To learn more about our studio's other products, please visitWeAct-Studio-Product

Pin Set describe

Pin Set Describe
1.GND Power GND
2.VCC Power VCC avaliable 3.3V or 5V
3.SCL SPI SPI clock input
4.SDA SPI SPI data input
5.RST Reset
6.DC Data or Command Select
7.CS SPI chip select input
8.BL Back Light control input

Information directory description

Dir Describe
DataSheet ST7735 datasheet
HDK module schdoc and board shape
SDK code link

weact-st7735's People

Contributors

weactstudio avatar yxzhu avatar zyq-feiyue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

weact-st7735's Issues

The actual tft panel resolution is 128x160 but the st7735s chip has 132x162 on-chip data RAM

Hi, as the title explained, this results to neither the normal 128x160 rotations settings nor 132x162 rotations settings working properly for the display. A suggested fix would be to use some rotations table like below and then use this as a 128x160 display:

rotations = (
    (0x00, 128, 160, 2, 1),
    (0x60, 160, 128, 1, 2),
    (0xc0, 128, 160, 2, 1),
    (0xa0, 160, 128, 1, 2)
)

Or a fix on the hardware level.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.