Code Monkey home page Code Monkey logo

pointless's Introduction

Pointless

longest/longest.ino is a solution to find the farthest point put on a TFT Display
mirror/mirror.ino is a mirroring facility to mirror the images drawn on TFT, mirroring is done with respect to both horizontal and vertical axes
mirror/mirrorX.ino is the same as the former, but the mirroring is only done with respect to horizontal axis
mirror/mirrorY.ino is the same as the former, but the mirroring is done with respect to vertical axis.
performanceEnhancer/performanceEnhancer.ino is a solution to relax the workload put on by the TFT Display on the hosting Arduino, the performance is enhanced by approximating the curves with straight lines, there by reducing the number of points stored on the memory.

This project uses some libraries from Adafruit, some changes should be done to the code, according to the display driver you are using. Calibration values also needs to be changed, in order to make it work.

pointless's People

Contributors

zukardex avatar

Watchers

 avatar

pointless's Issues

Problem with accessing the coordinates received from the Serial data.

There is an issue with accessing the coordinates sent out by the Arduino. Need to access x and y coordinates of each and every touch in the TFT separately, while keeping the sequential order of the coordinates. The coordinates can then be fed in to the PyGame, so that the actions done by the user on the TFT can be mirrored at the computer side.

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.