Git Product home page Git Product logo

riverdi-eve-demo-rp2040's Introduction

OVERVIEW

This repository contains example of riverdi-eve-lib library integration for Raspberry Pi Pico (RP2040) platform. Please check riverdi-eve-lib project repository for more info.

PREREQUISITES

To get started, please make sure, that all libraries and tools for C/C++ development on RP2040 microcontrollers (Raspberry Pi Pico C/C++ SDK) are properly installed and configured on your machine - visit Getting started with Raspberry Pi Pico for more info.

CONNECTIONS

RiBUS connector Raspberry Pi Pico
VDD 3.3V
GND GND
SCLK 6
MISO 4
MOSI 7
CS 5
INT 3
PD 2

COMPILATION

Note: before compilation, please edit CMakeLists.txt file to choose Embedded Video Engine series (-DEVE_1, -DEVE_2, -DEVE_3 or -DEVE_4 flags), choose type and size of connected TFT module (choose predefined macros for Riverdi EVE modules or edit timings manually in modules.h file for custom displays) or to adjust compilation settings.

[1] Set PIC_SDK_PATH variable:

export PICO_SDK_PATH=../../pico-sdk

[2] Clone 'riverdi-eve-demo-rp2040' repository (with 'riverdi-eve-lib' submodule):

git clone --recursive [email protected]:riverdi/riverdi-eve-demo-rp2040.git

[3] Create 'build' directory:

cd riverdi-eve-demo-rp2040 mkdir build cd build

[4] Prepare your cmake build directory by running:

cmake ..

[5] Build main application:

make

[6] Load 'riverdi-eve-demo-rp2040.elf' file via a debugger or 'riverdi-eve-demo-rp2040.uf2' file via drag and drop method.

GETTING HELP

Please contact Riverdi support - [email protected]

LICENSE

See LICENSE.txt file for details.

riverdi-eve-demo-rp2040's People

Contributors

lukasz-skalski avatar

Watchers

 avatar  avatar

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.