avtehnik / RTD2662

source code for RTD2662
59 stars 39 forks source link

How to compile? #1

Closed geosmall closed 4 years ago

geosmall commented 8 years ago

What toolchain is needed to compile this code?

avtehnik commented 7 years ago

I believe http://www.keil.com must do it. Some people there http://tech.mattmillman.com/lcd/rovatools/ in comments says about this

ghent360 commented 7 years ago

You need the Keil 8051 toolchain (uVision 4 or 5). The open the .uv2 project file and build it.

goudon007 commented 6 years ago

I tried to build it with Keil uVision 4. I get this error, can somebody help me have a working source code. image

floppes commented 6 years ago

The warnings can be ignored, but the fatal error prevents compilation. You have the trial version where the output file size is limited. In order to be able to compile the code, you need a licensed version of uVision.

SergeyBokhantsev commented 5 years ago

Hi @avtehnik, could you please advice where/how to define the panel I want to use? I want to compile for the N070ICG-LD1 1280x800 LVDS panel (on PCB800099) Thx!

lochoang75 commented 4 years ago

You can create new file and declare it in panel.h

geosmall commented 4 years ago

Closed