RoCorbera / BlueVGA

VGA library for STM32F103C (BluePill) that can manipulate a screen with 28x30 tiles with 8x8 pixels each, in a total resolution of 224x240 pixels with 8 colors using a very low footprint
Other
62 stars 13 forks source link

fix: case sensitive filename issue #18

Closed fpistm closed 2 months ago

fpistm commented 4 months ago

else it prevents to build on Linux as arduino.h does not exist while Arduino.h exists.

RoCorbera commented 2 months ago

Thanks @fpistm!!