ST7789V LCD problem (RAMWR does not work for me)
#2
I found one problem, though still no display output yet.

Code:
                .equ        GPIO_OUTPUTS_MASK,              FLASH_SELECT | LCD_OUTPUTS_CONTROL_MASK | LCD_OUTPUTS_BACKLIGHT_MASK

should be:

Code:
                .equ        GPIO_OUTPUTS_MASK,              (1<<FLASH_SELECT) | LCD_OUTPUTS_CONTROL_MASK | LCD_OUTPUTS_BACKLIGHT_MASK
  Reply


Messages In This Thread
RE: ST7789V LCD problem (RAMWR does not work for me) - by breeze - 04-06-2022, 12:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fresh install and i can't get my device to work brenden_a 2 553 12-01-2023, 06:19 PM
Last Post: brenden_a
Question Which companion apps work best for flashing firmware and pairing/syncing w/ Pinetime? danimations 0 1,504 03-28-2022, 08:22 PM
Last Post: danimations
  problem: constant rebootting piner67 1 2,082 06-22-2021, 10:38 AM
Last Post: piner67

Forum Jump:


Users browsing this thread: 1 Guest(s)