PineTime display and micropython
#9
Just checked in a proof-of-conept display driver based on the adafruit+pimoroni one. Nothing fancy at this point but we can do basic line by line stuff:

Code:
import pinetime
tft = pinetime.st7789()
tft.set_window()
for i in range(240):
    tft.data([0xf8, 0x00] * 240)

I might just spend a little while at this point seeing if I can draw the pine logo.
Drawing the pine logo from C with the least possible code size is about to a side challenge to see if we can give the bootloader a splash screen...
PineTime: wasp-os and MicroPython, Pinebook Pro:  Debian Bullseye


Messages In This Thread
PineTime display and micropython - by danielt - 01-19-2020, 04:11 AM
RE: PineTime display and micropython - by Memiks - 01-19-2020, 06:05 PM
RE: PineTime display and micropython - by danielt - 01-20-2020, 03:49 AM
RE: PineTime display and micropython - by Memiks - 01-20-2020, 06:41 PM
RE: PineTime display and micropython - by danielt - 01-21-2020, 03:41 AM
RE: PineTime display and micropython - by lupyuen - 01-20-2020, 09:26 PM
RE: PineTime display and micropython - by danielt - 01-21-2020, 04:25 PM
RE: PineTime display and micropython - by Memiks - 01-22-2020, 09:00 PM
RE: PineTime display and micropython - by danielt - 01-23-2020, 04:07 AM
RE: PineTime display and micropython - by danielt - 01-23-2020, 09:11 AM
RE: PineTime display and micropython - by Mpoint - 04-27-2021, 08:14 PM
RE: PineTime display and micropython - by danielt - 04-28-2021, 03:42 AM
RE: PineTime display and micropython - by Mpoint - 04-30-2021, 10:58 PM
RE: PineTime display and micropython - by danielt - 05-07-2021, 12:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Develop a new firmware for PineTime belushi 2 1,386 09-25-2023, 12:32 PM
Last Post: ccchan234
  Bluetooth BLE-MIDI-controller app for PineTime / InfiniTime Luno 0 561 08-20-2023, 05:17 AM
Last Post: Luno
  Zephyr Backlight Examples for PineTime lcj 0 747 05-06-2023, 02:54 PM
Last Post: lcj
  Zephyr is ready for pinetime jandy 1 2,165 05-06-2023, 02:15 PM
Last Post: lcj
  Send a message from Android to pinetime via BLE razrosman 0 956 11-05-2022, 08:24 AM
Last Post: razrosman
  PineTime Stuck in DFU Mode Eesha Barua 1 2,134 07-25-2022, 09:17 PM
Last Post: heyhewmike
  Idle tracking with PineTime: how versatile it is? schaman 1 1,700 07-13-2022, 12:50 AM
Last Post: wibble
  PineTime implemented with partial of pebble API jandy 0 1,597 03-20-2022, 08:58 PM
Last Post: jandy
  "Pine64 USB JTAG Adapter + OpenOCD + PineTime" should it work? ITCactus 4 4,050 03-02-2022, 05:58 AM
Last Post: wibble
  Zephyr based Pinetime jandy 4 4,788 11-11-2021, 05:53 AM
Last Post: jandy

Forum Jump:


Users browsing this thread: 2 Guest(s)