Coder Social home page Coder Social logo

Comments (7)

martinberlin avatar martinberlin commented on September 16, 2024

Touch short video with GDEW027W3 T

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

Pseudo-code from me-no-dev to work with ISR interrupts

static void waitingThread(void* arg){
  for(;;){
    semaphoreTake(isr_sem, forever);
    //do your Wire stuff
  }
}

static void isr(){
  bool shouldYield = false;
  semaphoreGiveFromISR(isr_sem, &shouldYield);
  yieldFromISR(shouldYield);
}

Pointer 2:
Check how to draw buttons using Adafruit GFX that is already installed
https://learn.adafruit.com/arduin-o-phone-arduino-powered-diy-cellphone/arduin-o-phone-sketch

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

I2C Reference of FocalTech commands
FT6236

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

Images for https://github.com/martinberlin/cale-idf/wiki/Model-gdew027w3T.h-(Touch)

2 7-touch

CalEPD_touch

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

Touch is integrated and working to detect simple tapping. Ready to be used in UX for ESP32

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

At the moment I'm refactoring this library since I'm not happy with the current version and will like to recognize the gestures of the original library and if possible add new ones based on the double X, Y, Event signals and recognize also Zoom IN and Zoom OUT events.

from cale-idf.

martinberlin avatar martinberlin commented on September 16, 2024

Done. It works well to detect tapping and that’s enough to design UX on epaper

from cale-idf.

Related Issues (20)

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.