Skip to content

Commit 52a64af

Browse files
nitinseshadrimateoconlechuga
authored andcommitted
Remove all references to lcd_CrsrSetImage
1 parent 4c3af46 commit 52a64af

File tree

2 files changed

+1
-3
lines changed
  • examples/standalone_examples/lcd_cursor/src
  • src/ce/include/sys

2 files changed

+1
-3
lines changed

examples/standalone_examples/lcd_cursor/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(void)
2525
// Set up the hardware cursor
2626
lcd_CrsrSetup();
2727
lcd_CrsrSetSize(LCD_CURSOR_SIZE_LARGE);
28-
lcd_CrsrSetImage(cursor_data);
28+
lcd_CrsrSetImageLarge(cursor_data);
2929

3030
lcd_CrsrShow();
3131

src/ce/include/sys/lcd.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ do { \
119119
*
120120
* @see lcd_CrsrSetImageIndex
121121
* @see lcd_cursor_size_t
122-
* @see lcd_CrsrSetImage
123122
*
124123
* @note
125124
* To use convimg to create the required data, add `bpp: 2`
@@ -137,7 +136,6 @@ do { \
137136
* @param[in] data A pointer to 1024 bytes of packed 2bpp image data.
138137
*
139138
* @see lcd_cursor_size_t
140-
* @see lcd_CrsrSetImage
141139
*
142140
* @note
143141
* To use convimg to create the required data, add `bpp: 2`

0 commit comments

Comments
 (0)