wuxx / icesugar-nano

iCESugar-nano FPGA board (base on iCE40LP1K)
104 stars 20 forks source link

0.96 LCD driver? #7

Closed Archfx closed 1 year ago

Archfx commented 1 year ago

Could you please share the source files related to the femtorv_pmod_lcd_0.96 demo code? Thanks

wuxx commented 1 year ago

hello, please check it here https://github.com/wuxx/learn-fpga

Archfx commented 1 year ago

Hi Wuxx,

Thanks for the pointer. I already checked here. Does the 0.96 LCD have SSD1351 driver? Looks like it is a different driver (st7735s) from the datasheet.

Thanks

wuxx commented 1 year ago

it's st7735s

wuxx commented 1 year ago

ok... it seems that I did'nt commit the driver code. you can also check it here https://github.com/wuxx/iceZ0mb1e/blob/master/firmware/main/main_st7735.c

Archfx commented 1 year ago

Thanks. This helps