Skip to content

waybyte/example-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logicrom OpenCPU SDK - Display Driver example

Display Panel used for testing is a 3.2inch 320x240 pixels TFT with ILI9340 display controller

Refer: 3.2inch RPi LCD (B)

How to build

  1. Install Visual Studio Code

  2. Install PlatformIO Extension for VSCode

  3. Install Logicrom Platform:

    • Open PlatformIO Home
    • Go to Platforms -> Embedded (Top Navigation) PlatformIO
    • Type "Logicrom" in the search box Install Logicrom
    • Click Install
  4. Download and Extract examples from github https://github.com/waybyte/example-display/archive/master.zip

  5. Extract and Open example folder with VSCode

  6. Run following command from terminal or use PlatformIO interface to build:

   # Build Project
   $ platformio run

   # Upload Project
   $ platformio run --target upload

Resources

About

Display driver example for Logicrom SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages