microsoft / pxt-robotis

Microsoft MakeCode for ROBOTIS
https://5d8c71b7-aa36-4a68-a9cb-288b989efb08.pxt.io/
MIT License
4 stars 7 forks source link

Extend resolution 320x240 for LCD screen x 8bit #32

Closed pelikhan closed 4 years ago

pelikhan commented 4 years ago

Extend screen driver

pelikhan commented 4 years ago

Arcade assumes that the screen is 160x120 4bit color. All our APIs for game creation also use that assumption. For larger screen, we simply upscale the resolution in the driver but the user does not see a larger resolution.

It would be possible to support a different resolution but it might make compability with arcade harder.

pelikhan commented 4 years ago

The decision is to resolution compatible with arcade - 160x120. Closing.

ROBOTIS-Will commented 4 years ago

Due to the limitation of Arcade, ROBOTIS will accept this resolution.