User Activity

My application requires a resistive lcd.  Is anyone familiar with trying to replace the existing capactive lcd with a resistive lcd?     I have seen some resistive lcds with a similar 40 pin connection, but the I2C interface (pins 37-40) are the resi...
I have developed as much as I can using a stm32F746G-disco.   Now I need to make a custom board. I need to be able to allow for firmware updates on the custom board.  I will use st-link for most of my development, but would like to leave that it off ...
I want to create a scrollWheel that has 3 preset options.  Option A, Option B,  and Option A&BThe issue I have is that I can never get itemIndex  = 1 in scrollWheelUpdateItem callback , only index 0 and 2.  Also, after I first change wheel, it takes ...
 I cannot get scrollWheelUpdateItem callback to fire when the scrollWheel is moved. void Button1MenuView::scrollWheelUpdateItem(MenuElement& item, int16_t itemIndex) { // Override and implement this function in Button1Menu item.setNumber(itemInd...
I am confused where my source file should be stored.  It seems that I have duplicate files stored in multiple locations. Some seem to get updated together and some don't!For instance I have a main.h file stored here-> FJB_KEYPAD_R5\STM32CubeIDE\Appli...
Kudos from