4 years, 12 months ago.

STM32F767ZI and RA8875

Hi,

Library RA8875 not work with this board but work with Adafruit_RA8875 on mbed.

  1. include "mbed.h" testing: v147 - working: v146, v145, v142, v136, v128, fails: v148
  2. include "RA8875.h" v138 - tested working
  3. include "MyFont18x32.h"
  4. include "BPG_Arial08x08.h"
  5. include "BPG_Arial10x10.h"
  6. include "BPG_Arial20x20.h"
  7. include "BPG_Arial31x32.h"
  8. include "BPG_Arial63x63.h"
  1. define MOSI D11
  2. define MISO D12
  3. define SCLK D13
  4. define CS D10
  5. define RST D9

RA8875 lcd(MOSI, MISO, SCLK, CS, RST, "tft"); MOSI, MISO, SCK, /ChipSelect, /reset, name

LocalFileSystem local("local"); access to calibration file for resistive touch and printscreen

  1. define LCD_C 16 color - bits per pixel
  2. define LCD_W 800
  3. define LCD_H 480 ....

i use tft 5" and RA8875 board from adafruit.

Thanks for your responses.

Any idea ?

posted by badre rahma 27 Apr 2019
Be the first to answer this question.