BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: white background for eve2-70A TPR  (Read 6861 times)

madhusudan.jadhav

  • Newbie
  • *
  • Posts: 15
    • View Profile
white background for eve2-70A TPR
« 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.
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 734
    • View Profile
Re: white background for eve2-70A TPR
« Reply #1 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
Logged