TES Guiliani: Difference between revisions

From Renesas.info
Line 8: Line 8:
* [https://www.guiliani.de/mediawiki/index.php?title=The_C%2B%2B_GUI_framework_for_all_embedded_engineers Tes Guiliani Website]
* [https://www.guiliani.de/mediawiki/index.php?title=The_C%2B%2B_GUI_framework_for_all_embedded_engineers Tes Guiliani Website]
* [https://www.guiliani.de/mediawiki/index.php?title=Downloads:EvalKits Tes Guiliani Demos]
* [https://www.guiliani.de/mediawiki/index.php?title=Downloads:EvalKits Tes Guiliani Demos]
= Quick Start Guide =
= Demo Quick Start Guide =
 
=== Prerequisites   ===
 
* Installed Guiliani SDK for Renesas RZ/A2M  
* Installed e2Studio V7.8 (version 7.8.0 is recommended)
* Installed Launchpad [https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads Toolchain 6-2017-q2-update]  
* Installed [https://llvm-gcc-renesas.com/rz/rz-download-toolchains/ Libgen Update for GNU ARM Embedded Toolchains (at least Version 1.2018.02)]  
* GNU MCU Eclipse Windows Build Tools (2.9-20170629-1013)  
 
=== Import the Project ===
 
# Download the project from the Tes Guiliani Download page
# Extract the download archive.
# Start e2studio IDE. The following dialog is displayed to select the project workspace directory. For the Tes Guiliani Demos select the Renesas subdirectory in the extracted folder.
 
 
= Display Setup =
 
=== RZA2M Demos ===
By default the RZA2M demos are setup for HDMI and Mouse using the added display output board. This can be changed by doing the following if you ordered the direct connect LCD to the evaluation kit.
 
# Open the lcd_panel.h header file this is located in the BSP project ( src/Renesas/inc).
# Change the preprocessor LCD_PANEL to LCD_PANEL_RSK
# Recompile the BSP and SR_GulianiDemo. You need to make sure that the BSP and SR_GuilianiDemo project configuration is set to Debug. Also clean both projects before build.

Revision as of 22:38, 11 May 2021


<img src="RZ.jpg" style="float:right" height="120">

Introduction

This page provides engineering information about using the TES Guiliani Demos posted on Tes Website.

Demo Quick Start Guide

Prerequisites  

Import the Project

  1. Download the project from the Tes Guiliani Download page
  2. Extract the download archive.
  3. Start e2studio IDE. The following dialog is displayed to select the project workspace directory. For the Tes Guiliani Demos select the Renesas subdirectory in the extracted folder.


Display Setup

RZA2M Demos

By default the RZA2M demos are setup for HDMI and Mouse using the added display output board. This can be changed by doing the following if you ordered the direct connect LCD to the evaluation kit.

  1. Open the lcd_panel.h header file this is located in the BSP project ( src/Renesas/inc).
  2. Change the preprocessor LCD_PANEL to LCD_PANEL_RSK
  3. Recompile the BSP and SR_GulianiDemo. You need to make sure that the BSP and SR_GuilianiDemo project configuration is set to Debug. Also clean both projects before build.