Skip to content

BestModules-Libraries/BMD58T280

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMD58T280

The Best Modules BMD58T280 is a shield board for 2.8” TFT-LCD display function, which uses the SPI and EBI communication methods. This document provides the description of the BMD58T280 Arduino Lib functions and how to install the Arduino Lib. The example demonstrates the function of TFT display.

This library can be installed via the Arduino Library manager. Search for BMD58T280.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

Version History

  • V1.0.1
      - Initial public release.
  • V1.0.2
      - Change the function setRotation to adjust the LCD coordinates to match the absolute position
  • V1.0.3
      - Add function "void text(const char * text, int16_t x, int16_t y, uint16_t textcolor, uint16_t textbgcolor)" and "void textWrap(const char * text, int16_t x, int16_t y, uint16_t textcolor, uint16_t textbgcolor)":You can directly set the font color and background color(These two colors are not related to the settings of the "stroke" and "background" functions).
      - Change example "TFTDisplayText": Use newly added functions for demonstration to avoid flickering issues.
  • V1.0.4
      - Modify the content of the "TFD_SPI. h" document to solve the problem of LCD backlight not fully turned on.

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact technical support on our BEST MODULES CORP. Email:service@bestmodulescorp.com

Distributed as-is; no warranty is given.

BEST MODULES CORP.

About

Arduino library for SPI or EBI access to the BMD58T280 that 2.8" TFT-LCD Display Shield

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors