Skip to content
Snippets Groups Projects
  1. Nov 16, 2023
  2. Nov 14, 2023
  3. Nov 13, 2023
  4. Nov 12, 2023
  5. Nov 07, 2023
    • pippin's avatar
      ctx: tune config · a6bde3c7
      pippin authored
      Increase maximum edge list to 1024 elements, double the maximum number of
      segments per-scanline.
      a6bde3c7
    • pippin's avatar
      ctx: sync with upstream · 43fd546e
      pippin authored
      Better resource management for smart-redraws, API change - dropped argument
      in pixel_update callback for smart redraws. Use optimized hairline renderer
      for <= 0 line_width. Correct AA for scanlines ending in horizontal scanline,
      optimizations for rasterizer.
      43fd546e
  6. Nov 04, 2023
  7. Nov 03, 2023
    • moon2's avatar
      sensors: don't use temperature for altitude (also tiny math typo fix) · 1fdc7654
      moon2 authored
      note: for accurate absolute altitude calculation we'd need to know the local
      pressure at sea level, outside temperature and ideally relative humidity.
      while it is certainly possible to retrieve them via wifi etc., it is not in
      the scope of this application to do so.
      
      relative altitude is proportional to outside temperature, so we introduce a
      multiplicative error by ignoring it. this scale error is 7% at 35degC and
      -4% at 0degC. in comparison, if we assume the temperature reading is the
      outside temperature, going from a heated apartment to the balcony at same
      elevation can cause a shift that may well be in the magnitude of 10m. we
      find the former to be preferable to the latter.
      1fdc7654
    • moon2's avatar
      payload: sensor app pulled from !262 · 3733e3a9
      moon2 authored
      3733e3a9
Loading