Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various ILI9341 fixes #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Various ILI9341 fixes #17

wants to merge 1 commit into from

Conversation

yarda
Copy link

@yarda yarda commented Sep 16, 2015

  • added delay to reset command
  • fixed fast V/H lines
  • added support for extended registers and their correct initialization
  • added support for ILI9341_MIRROR_X and ILI9341_MIRROR_Y defines to allow
    customization of mirroring during compile time
  • added writeRegister40 method
  • readReg renamed to readReg8 and also added readReg16 and readReg32
  • consolidated usage of CS, now is the CS also set inactive in
    write8inline and read8inline macros
  • fixed some spurious whitespaces

Signed-off-by: Jaroslav Škarvada jskarvad@redhat.com

- added delay to reset command
- fixed fast V/H lines
- added support for extended registers and their correct initialization
- added support for ILI9341_MIRROR_X and ILI9341_MIRROR_Y defines to allow
  customization of mirroring during compile time
- added writeRegister40 method
- readReg renamed to readReg8 and also added readReg16 and readReg32
- consolidated usage of CS, now is the CS also set inactive in
  write8inline and read8inline macros
- fixed some spurious whitespaces

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
@az-z
Copy link

az-z commented Oct 12, 2016

Looks very useful. Why not to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants