Skip to content

Commit

Permalink
pics
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jan 8, 2025
1 parent 751e3b7 commit 73d1cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/arm/stm32l031x4/u8g2_dma_spi_2mhz/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void startUp(void)
SPI clock ~6MHz ?
uc1609_slg19264_f 32Mhz SW SPI 6.0 FPS BSS 1692
uc1609_slg19264_f 32Mhz HW SPI 73,8 FPS BSS 1692
uc1609_slg19264_f 32Mhz HW SPI 73.8 FPS BSS 1692
uc1609_slg19264_f 32Mhz DMA SPI 76.7 FPS BSS 1948 .
uc1609_slg19264_1 32Mhz SW SPI 5.6 FPS BSS 348
uc1609_slg19264_1 32Mhz HW SPI 39.6 FPS BSS 348
Expand All @@ -136,9 +136,9 @@ void initDisplay(void)

//u8g2_Setup_uc1609_slg19264_f(&u8g2, U8G2_R2, u8x8_byte_4wire_sw_spi, u8x8_gpio_and_delay_stm32l0_spi);

//u8g2_Setup_uc1609_slg19264_f(&u8g2, U8G2_R2, u8x8_byte_stm32l0_hw_spi, u8x8_gpio_and_delay_stm32l0_spi);
u8g2_Setup_uc1609_slg19264_f(&u8g2, U8G2_R2, u8x8_byte_stm32l0_hw_spi, u8x8_gpio_and_delay_stm32l0_spi);

u8g2_Setup_uc1609_slg19264_f(&u8g2, U8G2_R2, u8x8_byte_stm32l0_dma_spi, u8x8_gpio_and_delay_stm32l0_spi);
//u8g2_Setup_uc1609_slg19264_f(&u8g2, U8G2_R2, u8x8_byte_stm32l0_dma_spi, u8x8_gpio_and_delay_stm32l0_spi);


u8g2_InitDisplay(&u8g2);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73d1cdd

Please sign in to comment.