suculent / ttgo-t8-pong

Simple PONG game for TTGO T-Eight (ESP32) with Navigation Button and OLED Display
0 stars 0 forks source link

T-Display #1

Open T0biasCZe opened 5 years ago

T0biasCZe commented 5 years ago

Hi will this work on TTGO T-Display ? (its like T8 but it has color oled screen on it) PS: Ty jsi čech ? :D protože máš v profile "Czech Republic" =D

suculent commented 5 years ago

Hi,

I had no chance to test on T8. We can try it.

Generally, the engine will work but the drawing library might be different. It would require rewriting to C++ to add abstract interface, or just with #ifdef in C to split rendering code for different displays.

Matěj :o)

Odesláno z iPhonu

    1. 2019 v 21:24, T0biasCZe notifications@github.com:

Hi will this work on TTGO T-Display ? (its like T8 but it has color oled screen on it) PS: You are czech ? Because you have czech republic on the profile :D

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

kvvoff commented 3 years ago

are there any successes in this direction?

suculent commented 3 years ago

Anyone is free to submit a PR. I am too busy.