File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
examples/standalone_examples/lcd_cursor/src Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments