GithubHelp home page GithubHelp logo

Comments (6)

RobertoBenjami avatar RobertoBenjami commented on June 12, 2024

Are all the required headers and c sources copied to the project folder?

from stm32_graphics_display_drivers.

hakkican avatar hakkican commented on June 12, 2024

Project folder like this
2022-02-08 091250

from stm32_graphics_display_drivers.

RobertoBenjami avatar RobertoBenjami commented on June 12, 2024

ili9488.h:
#define ILI9488_TOUCH 1

ili9488.c - clear this 3 lines:
#if ILI9488_INTERFACE == 0
#include "lcd_io_spi.h"
#endif

I will fix that too.

from stm32_graphics_display_drivers.

hakkican avatar hakkican commented on June 12, 2024

Thanks.
No more compilation errors with this edit.

Touch did not work in the first test. I disconnected the MISO of the display, now it works.
The problem now is that the direction of the touch is reversed. I added a video for it. I changed the value of ILI9488_ORIENTATION but that didn't work. What should I do?

df411b3e-f57b-44a1-ab61-35f1573a1e72.mp4

from stm32_graphics_display_drivers.

RobertoBenjami avatar RobertoBenjami commented on June 12, 2024

Each touch screen is different. Step 1: Calibration required. You can do this with appTouchCalib.c. Here's a video on how to do it. This will allow you to generate the cIndex values for the display, which will need to be inserted into ili9488.h.
https://www.youtube.com/watch?v=qyCctzAbD2g

from stm32_graphics_display_drivers.

hakkican avatar hakkican commented on June 12, 2024

Problem solved. Thank you very much.

from stm32_graphics_display_drivers.

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.