BRT Community

General Category => Discussion - EVE => Topic started by: madhusudan.jadhav on February 27, 2020, 06:34:33 PM

Title: white background for eve2-70A TPR
Post by: madhusudan.jadhav on February 27, 2020, 06:34:33 PM
Hi, I am using xmc4500 relax kit with matrix orbital eve2-70A TPR . I want to set background white . How to set it. Please help.
Title: Re: white background for eve2-70A TPR
Post by: BRT Community on February 28, 2020, 10:02:04 AM
Hello,

You can clear the screen background to white by setting the CLEAR_COLOR_RGB to 255,255,255 as shown below.

CLEAR_COLOR_RGB(255, 255, 255)
CLEAR(1, 1, 1)
[rest of your display list]

Regards,
BRT Community