Other Parts Discussed in Thread: LM3S5632 , LM3S3748 , TM4C123GH6PGE customer said:
With the possible migration from LM3S5632 to LM4F131E5QR, I am wondering if it is transparent for the Stellaris library, which the firmware application is based on…
Hi,
Please refer to section 7 and section 8 of the TivaWare Tools user's guide on how to convert an image to a C array. You can find the user's guide in C:\ti\TivaWare_C_Series-2.1.4.178\docs\SW-TM4C-GRL-UG-2.2.0.295.pdf
Please note that 2.1.4.178 is not the latest version of TivaWare . If you are starting a new project, I suggest you download version 2.2.0.295.
First, start by reading chapter 3 of the Graphic Library User's Guide: C:\ti\TivaWare_C_Series-2.1.4.178…
Hi Adam,
1. Could you please provide more details? I've set up all three registers manually like in https://www.ti.com/lit/pdf/slvae20 document in order to enable FRS:
Register 0x29 bit 20 = “1”
Register 0x32 bits 2:0 = “001”
Register 0x42 bit…
You can find user's guide for all the APIs to the keyboard widget in the TivaWare Graphic Library user's guide. Go to section 10. Below is the excerpt. The user's guide can be found in <TivaWare_Installation>/doc/SW-TM4C-GRL-UG-2.1.4.178.pdf
If you have installed TivaWare in the default location, you will find documentation on the Graphics Library in: C:\ti\TivaWare_C_Series-2.1.4.178\docs\SW-TM4C-GRL-UG-2.1.4.178.pdf. You will find example projects for the EK-TM4C1294XL with the Kentec booster…
Other Parts Discussed in Thread: TM4C123GH6PGE
Dear all Ti Engineers
I have read the SW-TM4C-GRL-UG document.
I want to create a ListBox Widget function.
The document only describes the library.
I don't have an example source so it's hard to…
Hi Prajith,
1. I am using GRL-USB-PD-A1 dongle/parser and will enclose the actual traces for Samsung device (wrong behaviors) and Google device (good behaviors).
2. I have enclosed the PD SW project for the registers setup review if needed.
2. You…
Hi Kodey,
Please refer toTM4C training material in Lab10 for Graphics library usage and demo code.
Graphic library user guide can be here . If you have already downloaded the TivaWare libary it can be found under <TivaWare_Installation>\docs\SW-TM4C…
Part Number: DK-TM4C129X Hi there,
I'm using the TM4C129X dev board with grlib demo project and Tivaware version SW-TM4C-GRL-UG-2.1.4.178.
I added an Extended font to the project via the "ftrasterize" tool and it works well with the basic Latin alphabet…