GithubHelp home page GithubHelp logo

andysworkshop / xmemtft Goto Github PK

View Code? Open in Web Editor NEW
35.0 35.0 14.0 3.56 MB

Arduino Mega TFT library

License: Apache License 2.0

Shell 0.01% C# 11.41% C++ 88.05% C 0.18% Perl 0.30% Assembly 0.04%

xmemtft's People

Contributors

andysworkshop avatar mic159 avatar

Stargazers

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

Watchers

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

xmemtft's Issues

Samsung LCD panels

First, I wanted to congratulate the author, Andy this is a tremendous work! thank you. Now, I'm having QVGA LCD panels from Samsung phones lying around and I would like to test xmemfft with them. I read the article in your blog https://andybrown.me.uk/2013/06/08/a-generic-16-bit-lcd-adaptor-for-the-arduino and I see you haven't tested them.
What do you think ? The board-to-board connector of this LCD panels seems very similar!
Does it worth the effort to reverse engineer them ?

Thank you in advance for any help....

Graphics library rectangle demo bug

There's a small bug in the rectangle demo of the graphics library. Click to see an example

The highlighted line should obviously read:

rc.Y=(rand() % tft->getYmax()/2);

The impact appears to be minor but some panels may hang when addressed beyond their supported range.

Incorrect pinout documentation for Gpio16AccessMode

RESET and WR should be swapped in the documentation (code is correct)

--- a/lib/drv/accessModes/Gpio16AccessMode.h
+++ b/lib/drv/accessModes/Gpio16AccessMode.h
@@ -78,9 +78,9 @@ namespace lcd {
    *  | 32      | PC5  | D13      |
    *  | 31      | PC6  | D14      |
    *  | 30      | PC7  | D15      |
-   *  | 39      | PG2  | /RESET   |
+   *  | 41      | PG2  | /RESET   |//Had to swtich this with this **
    *  | 40      | PG1  | RS       |
-   *  | 41      | PG0  | /WR      |
+   *  | 39      | PG0  | /WR      |//**
    *  +---------+------+----------+
    *  @ingroup AccessModes
    */

Support R61523 controller

Add support for the Renesas R61523 controller. This controller is used in the Sony Ericsson Vivaz U5 cellphone and will feature in a reverse-engineering article on my website.

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.