Hi,
I have a 0.96" ST7735s TFT Display
and i want to use rAdafruitST7735 library
there are 3 options:
with this options the display did not work.
now i have find out in a Arduino example , to add option :
initR(INITR_MINI160x80); // initialize a ST7735S chip, mini display
but i could not find out how and where to do it in library.
hardcoded will be ok.
Best reagards
Michael
I have a 0.96" ST7735s TFT Display
and i want to use rAdafruitST7735 library
there are 3 options:
B4r:
st.InitializeHardware(5,23,18,option)
//Options: 0 = ST7735R green tab, 1 = ST7735R red tab, 2 = ST7735R black tab, 3 = ST7735B.
with this options the display did not work.
now i have find out in a Arduino example , to add option :
initR(INITR_MINI160x80); // initialize a ST7735S chip, mini display
but i could not find out how and where to do it in library.
hardcoded will be ok.
Best reagards
Michael