Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

Issue: Header file "Utility.h" is not part of the RA8875 library (Closed: Fixed)

  1. include "Utility.h" private memory manager
  2. ifndef UTILITY_H
  3. define swMalloc malloc use the standard
  4. define swFree free
  5. endif

Header file is not found

1 comment:

14 Mar 2016

Thanks for reporting this. I removed Utility.h (and the private memory manager after some testing for memory usage was completed).