adafruit / adafruit/Adafruit_CircuitPython_ST7735R

Support for different color modes

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
20
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Hello,

Is it possible to have support for different color modes like 12 and 18 bit?

I found `b"\x3a\x01\x05" # COLMOD - 16bit color` in the init sequence.
I expect it is not enough to change this to `b"\x3a\x01\x03" to get 12 bit support. Data send to the display also needs to be in a different format.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the initialization sequence containing the COLMOD command and trace how pixel data is formatted and sent to the display. Determine the required formats for 12- and 18-bit modes, then verify that each selected color mode initializes correctly and displays the expected colors.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.