Skip to content

Commit 3ec1088

Browse files
feat(Examples): Update MAX32650 CLCD example to swap Maxim logo for ADI logo (#658)
1 parent c1f1b61 commit 3ec1088

File tree

3 files changed

+703
-724
lines changed

3 files changed

+703
-724
lines changed

Examples/MAX32650/CLCD/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22

3-
This example demonstrates the use of the LCD Display on the MAX32650 EV Kit. This is accomplished by showing and clearing the Maxim Intergrated on the display continuously in a loop.
3+
This example demonstrates the use of the LCD Display on the MAX32650 EV Kit. This is accomplished by showing and clearing the ADI logo on the display continuously in a loop.
44

55

66
## Software
@@ -11,7 +11,12 @@ Universal instructions on building, flashing, and debugging this project can be
1111

1212
### Project-Specific Build Notes
1313

14-
(None - this project builds as a standard example)
14+
To generate a bitmap C array for a particular image, external tools like GIMP (GNU Image Manipulation Program) or **[LVGL Online Image Converter](https://lvgl.io/tools/imageconverter)** can be used.
15+
16+
For example, to generate an 8 Bits Per Pixel palletized image array using GIMP:
17+
- scale image to appropriate dimensions (Image -> Scale Image...)
18+
- convert image mode to "Indexed" with a maximum of 255 colors (Image -> Mode -> Indexed...)
19+
- export image as "C source code header" (File -> Export As...)
1520

1621
## Required Connections
1722

@@ -26,4 +31,4 @@ The Console UART of the device will output these messages:
2631
********** CLCD Example **********
2732
```
2833

29-
The LCD Display will show the following patter in a loop: the Maxim Integrated logo for 3 seconds, logo fades to blank, white screen, white screen holds for 3 seconds.
34+
The LCD Display will show the following patter in a loop: the ADI logo for 3 seconds, logo fades to blank, white screen, white screen holds for 3 seconds.

0 commit comments

Comments
 (0)